Skip to content

Commit 2e0446f

Browse files
committed
Format
1 parent 18dd4ee commit 2e0446f

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
@@ -8944,7 +8944,7 @@ void Tokenizer::findGarbageCode() const
89448944
syntaxError(tok);
89458945
if (Token::Match(tok, "!|~ %comp%") &&
89468946
!(cpp && tok->strAt(1) == ">" && Token::simpleMatch(tok->tokAt(-1), "operator")))
8947-
syntaxError(tok);
8947+
syntaxError(tok);
89488948
if (Token::Match(tok, "%comp% {") && (!cpp || tok->str() != ">"))
89498949
syntaxError(tok);
89508950
if (Token::Match(tok, "] %name%") && (!cpp || !(tok->tokAt(1)->isKeyword() || (tok->tokAt(-1) && Token::simpleMatch(tok->tokAt(-2), "delete ["))))) {

0 commit comments

Comments
 (0)