Skip to content

Commit 4eacf8f

Browse files
committed
Format
1 parent 7e6aef9 commit 4eacf8f

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
@@ -3764,7 +3764,7 @@ void Tokenizer::concatenateNegativeNumberAndAnyPositive()
37643764

37653765
if (tok->findOpeningBracket())
37663766
continue;
3767-
3767+
37683768
if (!tok->tokAt(2) || (tok->tokAt(2)->isOp() && !Token::Match(tok->tokAt(2), "[+-]")))
37693769
syntaxError(tok);
37703770

0 commit comments

Comments
 (0)