================
@@ -48,46 +48,62 @@ template <> struct 
MappingTraits<FormatStyle::AlignConsecutiveStyle> {
                 FormatStyle::AlignConsecutiveStyle(
                     {/*Enabled=*/false, /*AcrossEmptyLines=*/false,
                      /*AcrossComments=*/false, /*AlignCompound=*/false,
-                     /*AlignFunctionPointers=*/false, /*PadOperators=*/true}));
+                     /*AlignFunctionDeclarations=*/true,
----------------
owenca wrote:

Please change to 
[this](https://github.com/llvm/llvm-project/pull/111285/files#diff-c28a58077d2d1b988c339635e2fa38c9344343c64185de804c35b38c6ee9276dR47).

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

Reply via email to