From 564d89671565541cd871e056c0d34e88b97ed491 Mon Sep 17 00:00:00 2001
From: Kimmo Varis <kimmov@gmail.com>
Date: Sun, 28 Nov 2010 23:28:24 +0200
Subject: [PATCH] Run astyle.

---
 lib/checkother.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/checkother.cpp b/lib/checkother.cpp
index 116597f56..b69c74fa7 100644
--- a/lib/checkother.cpp
+++ b/lib/checkother.cpp
@@ -2612,8 +2612,8 @@ void CheckOther::sizeofsizeofError(const Token *tok)
 {
     reportError(tok, Severity::warning,
                 "sizeofsizeof", "Calling sizeof for 'sizeof'.\n"
-				"This is suspicious code and most likely there should be just"
-				"one 'sizeof'. The current code is equivalent to 'sizeof(size_t)'");
+                "This is suspicious code and most likely there should be just"
+                "one 'sizeof'. The current code is equivalent to 'sizeof(size_t)'");
 }
 
 void CheckOther::sizeofCalculation()