From dd906a86a68e0002879b7dc4a87e5a99f3812930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 12 Oct 2012 06:12:52 +0200 Subject: [PATCH] astyle formatting --- lib/check64bit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/check64bit.cpp b/lib/check64bit.cpp index f9e7fb1d4..bcd09d1f3 100644 --- a/lib/check64bit.cpp +++ b/lib/check64bit.cpp @@ -92,7 +92,7 @@ void Check64BitPortability::pointerassignment() // some trivial addition => warning if (Token::Match(tok->tokAt(4), "+ %any% !!;")) continue; - + assignmentAddressToIntegerError(tok->next()); } }