Skip to content

Commit 144f851

Browse files
committed
[clang/CFG] Rewrap a line to 80 columns
1 parent 070315d commit 144f851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Analysis/CFG.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,8 @@ CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C,
27112711
return addStmt(C->getCond());
27122712
}
27132713

2714-
CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) {
2714+
CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C,
2715+
bool ExternallyDestructed) {
27152716
LocalScope::const_iterator scopeBeginPos = ScopePos;
27162717
addLocalScopeForStmt(C);
27172718

0 commit comments

Comments
 (0)