astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-08-24 07:37:21 +02:00
parent 5ce7189bc0
commit f8f3f0d384
1 changed files with 1 additions and 2 deletions

View File

@ -2204,8 +2204,7 @@ void CheckBufferOverrun::arrayIndexThenCheck()
tok = tok->tokAt(2); tok = tok->tokAt(2);
// skip close parenthesis // skip close parenthesis
if(tok->str() == ")") if (tok->str() == ")") {
{
tok = tok->next(); tok = tok->next();
} }