[clang/CFG] Rewrap a line to 80 columns

This commit is contained in:
Nico Weber 2021-10-11 14:23:51 -04:00
parent 070315d04c
commit 144f851f6f
1 changed files with 2 additions and 1 deletions

View File

@ -2711,7 +2711,8 @@ CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C,
return addStmt(C->getCond());
}
CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) {
CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C,
bool ExternallyDestructed) {
LocalScope::const_iterator scopeBeginPos = ScopePos;
addLocalScopeForStmt(C);