astyle fix

This commit is contained in:
Reijo Tomperi 2009-08-28 23:29:08 +03:00
parent cbc237c37b
commit bf4ac5521d
2 changed files with 4 additions and 4 deletions

View File

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