================
@@ -1155,7 +1183,9 @@ void WhitespaceManager::alignTrailingComments() {
     BreakBeforeNext = (I == 0) || (C.NewlinesBefore > 1) ||
                       // Never start a sequence with a comment at the beginning
                       // of the line.
-                      (C.NewlinesBefore == 1 && StartOfSequence == I);
+                      (C.NewlinesBefore == 1 && StartOfSequence == I) ||
+                      BreakAfterTrailingComment;
+    BreakAfterTrailingComment = false;
----------------
owenca wrote:

Undo.

https://github.com/llvm/llvm-project/pull/208324
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to