astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-08-01 07:48:18 +02:00
parent 880e0e3b5f
commit 8e888a0dfb
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ void CheckAssignIf::comparisonError(const Token *tok, bool result)
errmsg += "'(x & 6 != 1)'. The result of 'x & 6' can't be 1 so the result of the comparison is always true";
else
errmsg += "'(x & 6 == 1)'. The result of 'x & 6' can't be 1 so the result of the comparison is always false";
reportError(tok, Severity::style, "comparisonError", errmsg);
}