astyle fix
This commit is contained in:
parent
cbc237c37b
commit
bf4ac5521d
|
@ -3103,7 +3103,7 @@ bool Tokenizer::simplifyCalculations()
|
|||
continue;
|
||||
|
||||
// + and - are calculated after *
|
||||
if (Token::Match(tok->next(),"[+-]"))
|
||||
if (Token::Match(tok->next(), "[+-]"))
|
||||
{
|
||||
if (tok->previous()->str() == "*")
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue