mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 10:32:42 -05:00
Few whitespace fixes by Michael Hohmuth FS#11885
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29082 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2cc5ce58e
commit
ccad6d0daf
3 changed files with 3 additions and 3 deletions
|
|
@ -495,7 +495,7 @@ static void prev_track(unsigned long skip_thresh)
|
||||||
#if (CONFIG_CODEC == SWCODEC)
|
#if (CONFIG_CODEC == SWCODEC)
|
||||||
audio_pre_ff_rewind();
|
audio_pre_ff_rewind();
|
||||||
#else
|
#else
|
||||||
audio_pause();
|
audio_pause();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
audio_ff_rewind(0);
|
audio_ff_rewind(0);
|
||||||
|
|
|
||||||
|
|
@ -764,7 +764,7 @@ void check_bootfile(bool do_rolo)
|
||||||
static const struct text_message message={ lines, 2 };
|
static const struct text_message message={ lines, 2 };
|
||||||
button_clear_queue(); /* Empty the keyboard buffer */
|
button_clear_queue(); /* Empty the keyboard buffer */
|
||||||
if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES)
|
if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES)
|
||||||
rolo_load(BOOTDIR "/" BOOTFILE);
|
rolo_load(BOOTDIR "/" BOOTFILE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
wrtdate = info.wrtdate;
|
wrtdate = info.wrtdate;
|
||||||
|
|
|
||||||
|
|
@ -753,7 +753,7 @@ void shutdown_hw(void)
|
||||||
|
|
||||||
if (battery_level_safe()) { /* do not save on critical battery */
|
if (battery_level_safe()) { /* do not save on critical battery */
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
glyph_cache_save(NULL);
|
glyph_cache_save(NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Commit pending writes if needed. Even though we don't do write caching,
|
/* Commit pending writes if needed. Even though we don't do write caching,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue