mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +08:00
refs #628 Metaclass style compatible with the AStyle beautifier.
This commit is contained in:
@@ -49,7 +49,8 @@ namespace BlackMisc
|
||||
int m_number = 1;
|
||||
bool m_on = true;
|
||||
|
||||
BLACK_METACLASS(CAircraftEngine,
|
||||
BLACK_METACLASS(
|
||||
CAircraftEngine,
|
||||
BLACK_METAMEMBER(number, 0, DisabledForJson),
|
||||
BLACK_METAMEMBER(on)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user