================
@@ -1129,7 +1152,7 @@ void WhitespaceManager::alignTrailingComments() {
return Tok->NewlinesBefore > 0;
};
- if (I > 0 && C.NewlinesBefore == 0 &&
+ if (I > 0 && C.NewlinesBefore == 0 && NewLineThreshold <= 1 &&
----------------
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
