astyle formatting

This commit is contained in:
Daniel Marjamäki 2012-09-04 16:29:23 +02:00
parent 4eeec75b73
commit 2197b84d78
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ void CheckOther::clarifyStatement()
}
if (Token::Match(tok, "++|-- [;,]"))
//TODO: change the string in order to remove the excessive spaces between the tokens.
clarifyStatementError(tok,
clarifyStatementError(tok,
tok2->next()->stringifyList(tok->tokAt(2)),
"("+tok2->next()->stringifyList(tok)+")"+tok->stringifyList(tok->tokAt(2)));
}