astyle fix
This commit is contained in:
parent
7a11f0e61f
commit
07af9cf7c8
|
@ -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("");
|
||||
|
|
Loading…
Reference in New Issue