fix enumcase indentation
This commit is contained in:
@@ -1450,7 +1450,6 @@ abstract class Cpp2BeefGenerator
|
|||||||
|
|
||||||
protected virtual void EnumConstantDecl(CXCursor cursor)
|
protected virtual void EnumConstantDecl(CXCursor cursor)
|
||||||
{
|
{
|
||||||
BeginCursor(cursor);
|
|
||||||
WriteCustomAttributes(cursor);
|
WriteCustomAttributes(cursor);
|
||||||
GetNameInBindings(cursor, str);
|
GetNameInBindings(cursor, str);
|
||||||
WriteTokensAfterEquals(cursor);
|
WriteTokensAfterEquals(cursor);
|
||||||
|
|||||||
Reference in New Issue
Block a user