From 65c7eee546d15ace85f4a10c787387dcc613237f Mon Sep 17 00:00:00 2001 From: friedkeenan Date: Mon, 10 Sep 2018 21:08:41 -0500 Subject: [PATCH] Formatting --- common/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: