From 58e85d55e38067a444df68adf7280eff309f6495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 29 Dec 2009 07:50:33 +0100 Subject: [PATCH] astyle formatting --- lib/checkclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkclass.cpp b/lib/checkclass.cpp index d589dbf7c..e45849790 100644 --- a/lib/checkclass.cpp +++ b/lib/checkclass.cpp @@ -748,7 +748,7 @@ void CheckClass::operatorEq() tok1 = tok1->previous(); } - tok2 = tok->next(); + tok2 = tok->next(); } } //---------------------------------------------------------------------------