settings: fix a confusing indentation and add missing whitespaces

Change-Id: I6b0eaeacc300a8db3b618363db0bfc826445217b
This commit is contained in:
Wolfram Sang 2021-11-25 22:17:11 +01:00 committed by Aidan MacDonald
parent 6ff1a935b9
commit 0e985a4461

View file

@ -1075,9 +1075,9 @@ const struct settings_list settings[] = {
#endif #endif
/* tuner */ /* tuner */
#if CONFIG_TUNER #if CONFIG_TUNER
OFFON_SETTING(0,fm_force_mono, LANG_FM_MONO_MODE, OFFON_SETTING(0, fm_force_mono, LANG_FM_MONO_MODE,
false, "force fm mono", toggle_mono_mode), false, "force fm mono", toggle_mono_mode),
SYSTEM_SETTING(NVRAM(4),last_frequency,0), SYSTEM_SETTING(NVRAM(4), last_frequency, 0),
#endif #endif
#if BATTERY_TYPES_COUNT > 1 #if BATTERY_TYPES_COUNT > 1