From 2197b84d78c3926b432c65f4af2053fd49b185f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 4 Sep 2012 16:29:23 +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 18d0f7e10..3ce606108 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -260,7 +260,7 @@ void CheckOther::clarifyStatement() } if (Token::Match(tok, "++|-- [;,]")) //TODO: change the string in order to remove the excessive spaces between the tokens. - clarifyStatementError(tok, + clarifyStatementError(tok, tok2->next()->stringifyList(tok->tokAt(2)), "("+tok2->next()->stringifyList(tok)+")"+tok->stringifyList(tok->tokAt(2))); }