Skip to content

Commit 64e6b51

Browse files
committed
astyle formatting
1 parent c2584aa commit 64e6b51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/tokenize.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6201,8 +6201,7 @@ bool Tokenizer::simplifyCAlternativeTokens()
62016201
continue;
62026202
tok->str(cOpIt->second);
62036203
ret = true;
6204-
}
6205-
else if (Token::Match(tok, "not|compl")) {
6204+
} else if (Token::Match(tok, "not|compl")) {
62066205
// Don't simplify 'not p;' (in case 'not' is a type)
62076206
if (isC() && (!Token::Match(tok->next(), "%var%|%op%|(") ||
62086207
Token::Match(tok->previous(), "[;{}]") ||

0 commit comments

Comments
 (0)