astyle formatting

This commit is contained in:
Daniel Marjamäki 2020-09-06 07:47:17 +02:00
parent fb37137216
commit c7aed8bd0e
2 changed files with 3 additions and 4 deletions

View File

@ -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);