mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
settings: fix a confusing indentation and add missing whitespaces
Change-Id: I6b0eaeacc300a8db3b618363db0bfc826445217b
This commit is contained in:
parent
6ff1a935b9
commit
0e985a4461
1 changed files with 2 additions and 2 deletions
|
|
@ -1075,9 +1075,9 @@ const struct settings_list settings[] = {
|
|||
#endif
|
||||
/* 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),
|
||||
SYSTEM_SETTING(NVRAM(4),last_frequency,0),
|
||||
SYSTEM_SETTING(NVRAM(4), last_frequency, 0),
|
||||
#endif
|
||||
|
||||
#if BATTERY_TYPES_COUNT > 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue