got rid of stray whitespace, replaced with newline

This commit is contained in:
NightlyFox 2018-09-21 21:13:22 -05:00
parent 907b594978
commit 12761b1026

View File

@ -38,7 +38,6 @@ ThemePreset globalPreset;
static inline void themeExit(){ static inline void themeExit(){
free((void*)themeCurrent.buttonAText); free(themeCurrent.buttonAText);
free((void*)themeCurrent.buttonBText); free(themeCurrent.buttonBText);
} }