Fix failing test case

This commit is contained in:
Hackerpilot 2015-03-18 16:23:44 -07:00
parent cf32df2acb
commit c8c595bf16
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ private:
else
{
// Silly hack to format enums better.
if (peekBackIsLiteralOrIdent() || peekBackIs(tok!",", true))
if (peekBackIsLiteralOrIdent() || (peekBackIs(tok!",", true) && !peekBackIsSlashSlash))
newline();
write("}");
if (index < tokens.length - 1