astyle formatting

This commit is contained in:
Daniel Marjamäki 2009-02-01 16:39:29 +00:00
parent d29d7e60a9
commit eb9563faed
1 changed files with 19 additions and 19 deletions

View File

@ -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..