mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44:10 +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
|
@ -2246,7 +2246,6 @@ void BfPrinter::Visit(BfTypeDeclaration* typeDeclaration)
|
||||||
QueueVisitChild(typeDeclaration->mAttributes);
|
QueueVisitChild(typeDeclaration->mAttributes);
|
||||||
if (!isOneLine)
|
if (!isOneLine)
|
||||||
ExpectNewLine();
|
ExpectNewLine();
|
||||||
else
|
|
||||||
ExpectSpace();
|
ExpectSpace();
|
||||||
QueueVisitChild(typeDeclaration->mAbstractSpecifier);
|
QueueVisitChild(typeDeclaration->mAbstractSpecifier);
|
||||||
ExpectSpace();
|
ExpectSpace();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue