From 07af9cf7c847591071d6f42e005851d7e173fef2 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Fri, 3 Apr 2009 22:10:27 +0300 Subject: [PATCH] astyle fix --- test/testpreprocessor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/testpreprocessor.cpp b/test/testpreprocessor.cpp index 196d27435..3e1c645f6 100644 --- a/test/testpreprocessor.cpp +++ b/test/testpreprocessor.cpp @@ -823,9 +823,9 @@ private: void missing_doublequote() { const char filedata[] = "#define a\n" - "#ifdef 1\n" - "\"\n" - "#endif\n"; + "#ifdef 1\n" + "\"\n" + "#endif\n"; // expand macros.. errout.str("");