From e9242f157093963d56a16382fad9ca654e3d86ce Mon Sep 17 00:00:00 2001 From: Rune Date: Mon, 29 Jun 2026 14:23:47 +0200 Subject: [PATCH] fix enumcase indentation --- src/Generator.bf | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator.bf b/src/Generator.bf index a4a6bd6..ba8d2a0 100644 --- a/src/Generator.bf +++ b/src/Generator.bf @@ -1450,7 +1450,6 @@ abstract class Cpp2BeefGenerator protected virtual void EnumConstantDecl(CXCursor cursor) { - BeginCursor(cursor); WriteCustomAttributes(cursor); GetNameInBindings(cursor, str); WriteTokensAfterEquals(cursor);