astyle fix

This commit is contained in:
Reijo Tomperi 2009-03-11 00:49:16 +02:00
parent eac29d151c
commit 657495b825
1 changed files with 6 additions and 6 deletions

View File

@ -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()