mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -07:00
fix clang format for enum_underlying
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user