================
@@ -513,9 +513,9 @@ struct FormatStyle {
     ENAS_LeftWithLastLine,
     /// Align escaped newlines in the right-most column.
     /// \code
-    ///   #define A                                                            
          \
-    ///     int aaaa;                                                          
          \
-    ///     int b;                                                             
          \
+    ///   #define A                                                            
\
----------------
owenca wrote:

Yes. They were way over the 80-character column limit, and this patch would 
"fix" them by replacing the padding spaces before each backslash with a single 
one.

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

Reply via email to