(clang-format) Add EmptyLineBeforeAccessModifier (#300)

This commit is contained in:
Christian Semmler
2023-11-24 12:10:09 -05:00
committed by GitHub
parent 1d3ce6b0aa
commit db77350169
4 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ public:
virtual MxCore* Create(const char* p_name); // vtable 0x14
virtual void Destroy(MxCore* p_object); // vtable 0x18
private:
#define X(V) MxAtomId m_id##V;
FOR_MXOBJECTFACTORY_OBJECTS(X)