astyle formatting

This commit is contained in:
Daniel Marjamäki 2014-12-05 06:41:47 +01:00
parent c2584aa635
commit 64e6b5186d
1 changed files with 1 additions and 2 deletions

View File

@ -6201,8 +6201,7 @@ bool Tokenizer::simplifyCAlternativeTokens()
continue;
tok->str(cOpIt->second);
ret = true;
}
else if (Token::Match(tok, "not|compl")) {
} else if (Token::Match(tok, "not|compl")) {
// Don't simplify 'not p;' (in case 'not' is a type)
if (isC() && (!Token::Match(tok->next(), "%var%|%op%|(") ||
Token::Match(tok->previous(), "[;{}]") ||