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