Skip to content

Commit 0af9569

Browse files
author
tobias.gruber
committed
Fix formatting
1 parent 57b4517 commit 0af9569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred,
7777
V = Pred->getState()->getSVal(*L);
7878
else
7979
assert(V.isUnknownOrUndef());
80-
80+
8181
ExplodedNodeSet Tmp;
8282
evalLocation(Tmp, CallExpr, VExpr, Pred, Pred->getState(), V, true);
8383
for (ExplodedNode *N : Tmp)

0 commit comments

Comments
 (0)