Skip to content

Commit e7e6ded

Browse files
committed
Satisfy git-clang-format
1 parent cdc73ab commit e7e6ded

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
@@ -2822,7 +2822,8 @@ void ExprEngine::processBranch(
28222822
ProgramStateRef StTrue, StFalse;
28232823
StTrue = StFalse = PrevState;
28242824

2825-
if (const auto KnownCondValueAssumption = assumeCondition(Condition, PredN)) {
2825+
if (const auto KnownCondValueAssumption =
2826+
assumeCondition(Condition, PredN)) {
28262827
std::tie(StTrue, StFalse) = *KnownCondValueAssumption;
28272828

28282829
if (!StTrue)

0 commit comments

Comments
 (0)