Skip to content

Commit 739fb0f

Browse files
committed
Satisfy git-clang-format
1 parent 41e94d7 commit 739fb0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/StaticAnalyzer/Core/ExprEngine.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3752,7 +3752,8 @@ ExprEngine::getEagerlyAssumeBifurcationTags() {
37523752
/// If the last EagerlyAssume attempt was successful (i.e. the true and false
37533753
/// cases were both feasible), this state trait stores the expression where it
37543754
/// happened; otherwise this holds nullptr.
3755-
REGISTER_TRAIT_WITH_PROGRAMSTATE(LastEagerlyAssumeExprIfSuccessful, const Expr *)
3755+
REGISTER_TRAIT_WITH_PROGRAMSTATE(LastEagerlyAssumeExprIfSuccessful,
3756+
const Expr *)
37563757

37573758
void ExprEngine::evalEagerlyAssumeBifurcation(ExplodedNodeSet &Dst,
37583759
ExplodedNodeSet &Src,

0 commit comments

Comments
 (0)