Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Apr 1, 2024
1 parent c3ddcad commit 130eb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/programmemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ namespace {
v2.intvalue += value.intvalue;
return v2;
}
if(v.isImpossible() && v.isIntValue())
if (v.isImpossible() && v.isIntValue())
return v;
if (const ValueFlow::Value* value = getImpossibleValue(expr))
return *value;
Expand Down

0 comments on commit 130eb1a

Please sign in to comment.