diff --git a/common/theme.c b/common/theme.c index 5c885a1..9b4af96 100644 --- a/common/theme.c +++ b/common/theme.c @@ -53,7 +53,7 @@ void themeStartup(ThemePreset preset) { color_t text, frontWave, middleWave, backWave, background, highlight, separator; int waveBlending; const char *AText, *BText; - bool good_cfg=config_read_file(&cfg, "/hbtheme.cfg"); + bool good_cfg = config_read_file(&cfg, "/hbtheme.cfg"); switch (preset) { case THEME_PRESET_LIGHT: