More formatting fixes

This commit is contained in:
2023-08-22 02:09:20 -04:00
parent c4846dad26
commit a6c6574390
3 changed files with 29 additions and 15 deletions

View File

@ -136,7 +136,7 @@ int gen_main()
header.print( interface );
header.print_fmt( "\npragma region Inlines\n" );
header.print_fmt( "\n#pragma region Inlines\n" );
header.print( inlines );
header.print( fmt_newline );
header.print( ast_inlines );