astyle formatting
This commit is contained in:
parent
fb37137216
commit
c7aed8bd0e
|
@ -790,8 +790,7 @@ static void setTokenValue(Token* tok, const ValueFlow::Value &value, const Setti
|
|||
// Value can't be inverted
|
||||
continue;
|
||||
v.intvalue = -v.intvalue;
|
||||
}
|
||||
else
|
||||
} else
|
||||
v.floatValue = -v.floatValue;
|
||||
v.invertBound();
|
||||
setTokenValue(parent, v, settings);
|
||||
|
|
Loading…
Reference in New Issue