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
|
// skip over typedef parameter
|
||||||
if (tok2->next() && tok2->next()->str() == "(") {
|
if (tok2->next() && tok2->next()->str() == "(") {
|
||||||
tok2 = tok2->next()->link();
|
tok2 = tok2->next()->link();
|
||||||
if (!tok2->next())
|
if (!tok2->next()) {
|
||||||
{
|
|
||||||
syntaxError(tok2);
|
syntaxError(tok2);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue