class after ; requires an additional newline

This commit is contained in:
Andreas Zwinkau 2015-01-17 16:40:14 +01:00
parent 91f804496a
commit e1587e3e29
1 changed files with 2 additions and 0 deletions

View File

@ -341,6 +341,8 @@ private:
writeToken();
if (current.type != tok!"comment")
newline();
if (peekImplementation(tok!"class",0))
newline();
break;
case tok!"{":
writeBraces();