Skip to content

Commit b806f12

Browse files
committed
Format
Signed-off-by: yronglin <yronglin777@gmail.com>
1 parent 91cc1ff commit b806f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/StaticAnalyzer/Core/ExprEngine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,8 +2008,8 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
20082008
ProgramStateRef State = I->getState();
20092009
State = State->BindExpr(S, LCtx, *ConstantVal);
20102010
if (IsTemporary)
2011-
State = createTemporaryRegionIfNeeded(State, LCtx, cast<Expr>(S),
2012-
cast<Expr>(S));
2011+
State = createTemporaryRegionIfNeeded(State, LCtx, cast<Expr>(S),
2012+
cast<Expr>(S));
20132013

20142014
Bldr2.generateNode(S, I, State);
20152015
}

0 commit comments

Comments
 (0)