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