Skip to content

Commit 0836bf3

Browse files
committed
astyle formatting
1 parent 152ea11 commit 0836bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/checkother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ void CheckOther::checkDuplicateExpression()
22212221
if (assignment)
22222222
selfAssignmentError(tok, tok->astOperand1()->expressionString());
22232223
else {
2224-
if (_tokenizer->isCPP() && _settings->standards.cpp==Standards::CPP11 && tok->str() == "==") {
2224+
if (_tokenizer->isCPP() && _settings->standards.cpp==Standards::CPP11 && tok->str() == "==") {
22252225
const Token* parent = tok->astParent();
22262226
while (parent && parent->astParent()) {
22272227
parent = parent->astParent();

0 commit comments

Comments
 (0)