More code style nits

This commit is contained in:
Pasi Kallinen
2026-02-07 17:03:54 +02:00
parent 8833e670cd
commit 63dd80f5ec
4 changed files with 16 additions and 8 deletions

View File

@@ -299,7 +299,8 @@ glyph_find_core(
*/
void fill_glyphid_cache(void)
void
fill_glyphid_cache(void)
{
int reslt = 0;
@@ -350,7 +351,8 @@ init_glyph_cache(void)
}
}
void free_glyphid_cache(void)
void
free_glyphid_cache(void)
{
size_t idx;
@@ -1173,7 +1175,8 @@ clear_all_glyphmap_colors(void)
}
}
void reset_customcolors(void)
void
reset_customcolors(void)
{
clear_all_glyphmap_colors();
apply_customizations(gc.currentgraphics, do_custom_colors);