runastyle
This commit is contained in:
parent
3e7f29d6f9
commit
078c36921d
|
@ -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, ")"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue