From 657495b8254dcd279d7f5fbf7426d88ff949f1fa Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Wed, 11 Mar 2009 00:49:16 +0200 Subject: [PATCH] astyle fix --- test/testpreprocessor.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/testpreprocessor.cpp b/test/testpreprocessor.cpp index d2932e866..6be03d30f 100644 --- a/test/testpreprocessor.cpp +++ b/test/testpreprocessor.cpp @@ -595,12 +595,12 @@ private: "\n" ")\n" "int a;\n"; - ASSERT_EQUALS( "\n" - "\n" - "\n" - "\n" - "int a;\n", - OurPreprocessor::expandMacros(filedata)); + ASSERT_EQUALS("\n" + "\n" + "\n" + "\n" + "int a;\n", + OurPreprocessor::expandMacros(filedata)); } void string1()