astyle fix

This commit is contained in:
Reijo Tomperi 2009-04-03 22:10:27 +03:00
parent 7a11f0e61f
commit 07af9cf7c8
1 changed files with 3 additions and 3 deletions

View File

@ -823,9 +823,9 @@ private:
void missing_doublequote() void missing_doublequote()
{ {
const char filedata[] = "#define a\n" const char filedata[] = "#define a\n"
"#ifdef 1\n" "#ifdef 1\n"
"\"\n" "\"\n"
"#endif\n"; "#endif\n";
// expand macros.. // expand macros..
errout.str(""); errout.str("");