More code style nits
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user