================
@@ -399,6 +399,15 @@ AlignTokenSequence(const FormatStyle &Style, unsigned
Start, unsigned End,
}
}
}
+
+ // The scope to be aligned may not occupy entire lines. The rest of the line
+ // needs some book-keeping.
+ for (unsigned i = End; i < Changes.size() && Changes[i].NewlinesBefore == 0;
----------------
HazardyKnusperkeks wrote:
```suggestion
for (unsigned I = End; i < Changes.size() && Changes[i].NewlinesBefore == 0;
```
https://github.com/llvm/llvm-project/pull/164458
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits