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