mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Property reformat fixes
This commit is contained in:
parent
ecc4fe1ce5
commit
6edb74aaf9
1 changed files with 2 additions and 0 deletions
|
@ -2387,6 +2387,7 @@ void BfPrinter::Visit(BfPropertyDeclaration* propertyDeclaration)
|
|||
ExpectNewLine();
|
||||
QueueVisitChild(propertyDeclaration->mAttributes);
|
||||
ExpectNewLine();
|
||||
ExpectSpace();
|
||||
QueueVisitChild(propertyDeclaration->mProtectionSpecifier);
|
||||
ExpectSpace();
|
||||
QueueVisitChild(propertyDeclaration->mConstSpecifier);
|
||||
|
@ -2441,6 +2442,7 @@ void BfPrinter::Visit(BfPropertyDeclaration* propertyDeclaration)
|
|||
}
|
||||
else
|
||||
{
|
||||
ExpectSpace();
|
||||
QueueVisitChild(propertyDeclaration->mDefinitionBlock);
|
||||
ExpectSpace();
|
||||
for (auto method : propertyDeclaration->mMethods)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue