astyle formatting

This commit is contained in:
Daniel Marjamäki 2012-11-28 08:48:00 +01:00
parent 7d94230329
commit fe8b6f0f95
1 changed files with 3 additions and 3 deletions

View File

@ -2698,9 +2698,9 @@ private:
void define_if4() {
const char filedata[] = "#define X +123\n"
"#if X==123\n"
"FOO\n"
"#endif";
"#if X==123\n"
"FOO\n"
"#endif";
Preprocessor preprocessor(NULL, this);
ASSERT_EQUALS("\n\nFOO\n\n", preprocessor.getcode(filedata,"",""));
}