Tokenizer: Stylish change to condition.

This commit is contained in:
Edoardo Prezioso 2012-01-27 17:12:28 +01:00
parent 0dd4b9ad3a
commit 8289e2428d
1 changed files with 1 additions and 1 deletions

View File

@ -5281,7 +5281,7 @@ void Tokenizer::simplifyVarDecl(bool only_k_r_fpar)
unsigned int level = 0;
while (tok2) {
if (Token::Match(tok2, "[{(]"))
if (tok2->str() == "{" || tok2->str() == "(")
tok2 = tok2->link();
else if (tok2->str() == "<") {