Formatting

This commit is contained in:
friedkeenan 2018-09-10 21:08:41 -05:00 committed by GitHub
parent 667ef4461e
commit 65c7eee546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ void themeStartup(ThemePreset preset) {
color_t text, frontWave, middleWave, backWave, background, highlight, separator; color_t text, frontWave, middleWave, backWave, background, highlight, separator;
int waveBlending; int waveBlending;
const char *AText, *BText; const char *AText, *BText;
bool good_cfg=config_read_file(&cfg, "/hbtheme.cfg"); bool good_cfg = config_read_file(&cfg, "/hbtheme.cfg");
switch (preset) { switch (preset) {
case THEME_PRESET_LIGHT: case THEME_PRESET_LIGHT: