================
@@ -5435,7 +5470,10 @@ struct FormatStyle {
            VerilogBreakBetweenInstancePorts ==
                R.VerilogBreakBetweenInstancePorts &&
            WhitespaceSensitiveMacros == R.WhitespaceSensitiveMacros &&
-           WrapNamespaceBodyWithEmptyLines == 
R.WrapNamespaceBodyWithEmptyLines;
+           WrapNamespaceBodyWithEmptyLines ==
+               R.WrapNamespaceBodyWithEmptyLines &&
+           FunctionDeclarationsWithKeywords ==
----------------
HazardyKnusperkeks wrote:

Same

https://github.com/llvm/llvm-project/pull/131605
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to