runastyle

This commit is contained in:
Sébastien Debrard 2011-01-26 20:10:56 +01:00
parent 3e7f29d6f9
commit 078c36921d
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ void CheckOther::checkSizeofForArrayParameter()
if (Token::simpleMatch(declTok->next(), ","))
{
declTok = declTok->next();
while(!Token::simpleMatch(declTok, ";"))
while (!Token::simpleMatch(declTok, ";"))
{
if (Token::simpleMatch(declTok, ")"))
{