From 0836bf3d33d0860a39890a498ee2bf76226e78cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 27 May 2015 20:26:26 +0200 Subject: [PATCH] astyle formatting --- lib/checkother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkother.cpp b/lib/checkother.cpp index a8aaa33f4..23172e2d8 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -2221,7 +2221,7 @@ void CheckOther::checkDuplicateExpression() if (assignment) selfAssignmentError(tok, tok->astOperand1()->expressionString()); else { - if (_tokenizer->isCPP() && _settings->standards.cpp==Standards::CPP11 && tok->str() == "==") { + if (_tokenizer->isCPP() && _settings->standards.cpp==Standards::CPP11 && tok->str() == "==") { const Token* parent = tok->astParent(); while (parent && parent->astParent()) { parent = parent->astParent();