Formatted the code.
This commit is contained in:
parent
996334eead
commit
a812da2cf1
|
@ -225,7 +225,7 @@ static const Token * followVariableExpression(const Token * tok, bool cpp, const
|
||||||
// Recognized as a variable but the declaration is unknown
|
// Recognized as a variable but the declaration is unknown
|
||||||
} else if (tok2->varId() > 0) {
|
} else if (tok2->varId() > 0) {
|
||||||
return tok;
|
return tok;
|
||||||
} else if(tok2->tokType() == Token::eName && !Token::Match(tok2, "sizeof|decltype|typeof") && !tok2->function()) {
|
} else if (tok2->tokType() == Token::eName && !Token::Match(tok2, "sizeof|decltype|typeof") && !tok2->function()) {
|
||||||
return tok;
|
return tok;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue