astyle formatting
This commit is contained in:
parent
d29d7e60a9
commit
eb9563faed
|
@ -247,7 +247,7 @@ void Message::generateCode(std::ostream &ostr) const
|
||||||
if (loc)
|
if (loc)
|
||||||
ostr << "tokenizer, Location, \"" << stringifySettings(true) << "\", ";
|
ostr << "tokenizer, Location, \"" << stringifySettings(true) << "\", ";
|
||||||
ostr << msg(true) << ");\n";
|
ostr << msg(true) << ");\n";
|
||||||
/*
|
/*
|
||||||
ostr << " return ";
|
ostr << " return ";
|
||||||
if (loc)
|
if (loc)
|
||||||
ostr << "msg1(tokenizer, Location) + ";
|
ostr << "msg1(tokenizer, Location) + ";
|
||||||
|
@ -267,7 +267,7 @@ void Message::generateCode(std::ostream &ostr) const
|
||||||
}
|
}
|
||||||
ostr << "\" : \"\");\n";
|
ostr << "\" : \"\");\n";
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
ostr << " }\n";
|
ostr << " }\n";
|
||||||
|
|
||||||
// Settings..
|
// Settings..
|
||||||
|
|
Loading…
Reference in New Issue