astyle formatting
This commit is contained in:
parent
e36cc9f6d9
commit
d208e763df
|
@ -552,8 +552,7 @@ Token *Tokenizer::processFunc(Token *tok2, bool inOperator) const
|
|||
// skip over typedef parameter
|
||||
if (tok2->next() && tok2->next()->str() == "(") {
|
||||
tok2 = tok2->next()->link();
|
||||
if (!tok2->next())
|
||||
{
|
||||
if (!tok2->next()) {
|
||||
syntaxError(tok2);
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue