Skip to content

Commit d3ec74a

Browse files
committed
Format
1 parent 73b719c commit d3ec74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tokenize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9156,7 +9156,7 @@ void Tokenizer::findGarbageCode() const
91569156
syntaxError(tok2);
91579157
}
91589158
if (Token::Match(tok2->tokAt(2), "%name%") && tok2->isNameOnly() && tok2->tokAt(1)->isNameOnly() && tok2->tokAt(2)->isNameOnly())
9159-
syntaxError(tok2);
9159+
syntaxError(tok2);
91609160
}
91619161
}
91629162
}

0 commit comments

Comments
 (0)