================
@@ -346,6 +345,35 @@ bool UnwrappedLineParser::precededByCommentOrPPDirective() 
const {
          (Previous->IsMultiline || Previous->NewlinesBefore > 0);
 }
 
+void UnwrappedLineParser::parseStmt(bool keepIndentation) {
+  bool levelsAreAdded = (Line->Level == DeclarationScopeStack.size());
----------------
HazardyKnusperkeks wrote:
```suggestion
  bool LevelsAreAdded = Line->Level == DeclarationScopeStack.size();
```
Upper case and no unnecessary parenthesis.

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

Reply via email to