class after ; requires an additional newline
This commit is contained in:
parent
91f804496a
commit
e1587e3e29
|
@ -341,6 +341,8 @@ private:
|
|||
writeToken();
|
||||
if (current.type != tok!"comment")
|
||||
newline();
|
||||
if (peekImplementation(tok!"class",0))
|
||||
newline();
|
||||
break;
|
||||
case tok!"{":
|
||||
writeBraces();
|
||||
|
|
Loading…
Reference in New Issue