astyle formatting

This commit is contained in:
Daniel Marjamäki 2015-06-05 14:34:53 +02:00
parent e36cc9f6d9
commit d208e763df
2 changed files with 10 additions and 11 deletions

View File

@ -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;
}