astyle formatting
This commit is contained in:
parent
0439f25bbd
commit
ddefe62c12
|
@ -410,7 +410,7 @@ void CheckBool::checkComparisonOfBoolExpressionWithInt()
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (Token::Match(lhs,"<|<=|>|>=")) {
|
if (Token::Match(lhs,"<|<=|>|>=")) {
|
||||||
if (_tokenizer->isCPP() && tok->str() == ">" &&
|
if (_tokenizer->isCPP() && tok->str() == ">" &&
|
||||||
(Token::Match(lhs->previous(), "%var% <") || lhs->str() == ">"))
|
(Token::Match(lhs->previous(), "%var% <") || lhs->str() == ">"))
|
||||||
continue;
|
continue;
|
||||||
while (NULL != (lhs = lhs->previous())) {
|
while (NULL != (lhs = lhs->previous())) {
|
||||||
|
|
Loading…
Reference in New Issue