mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed formatting for 'public abstract class'
This commit is contained in:
parent
7c67b226be
commit
62e62ed907
1 changed files with 2 additions and 3 deletions
|
@ -2245,9 +2245,8 @@ void BfPrinter::Visit(BfTypeDeclaration* typeDeclaration)
|
|||
ExpectNewLine();
|
||||
QueueVisitChild(typeDeclaration->mAttributes);
|
||||
if (!isOneLine)
|
||||
ExpectNewLine();
|
||||
else
|
||||
ExpectSpace();
|
||||
ExpectNewLine();
|
||||
ExpectSpace();
|
||||
QueueVisitChild(typeDeclaration->mAbstractSpecifier);
|
||||
ExpectSpace();
|
||||
QueueVisitChild(typeDeclaration->mSealedSpecifier);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue