fix clang format for enum_underlying

This commit is contained in:
2024-12-11 00:13:36 -05:00
parent 44d0a9cf9d
commit caec5d8dfc
3 changed files with 19 additions and 5 deletions

View File

@ -346,7 +346,7 @@ void enum_to_string_def(CodeEnum self, String* result )
, body_to_string(self->Body)
);
else if ( self->UnderlyingTypeMacro )
string_append_fmt( result, "%SC %S\n\n{\n%S\n}"
string_append_fmt( result, "%SC %S\n{\n%S\n}"
, self->Name
, code_to_string(self->UnderlyingTypeMacro)
, body_to_string(self->Body)