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:
Mustapha Senhaji 2011-01-18 00:37:17 +00:00
parent d2cc5ce58e
commit ccad6d0daf
3 changed files with 3 additions and 3 deletions

View File

@ -495,7 +495,7 @@ static void prev_track(unsigned long skip_thresh)
#if (CONFIG_CODEC == SWCODEC)
audio_pre_ff_rewind();
#else
audio_pause();
audio_pause();
#endif
audio_ff_rewind(0);

View File

@ -764,7 +764,7 @@ void check_bootfile(bool do_rolo)
static const struct text_message message={ lines, 2 };
button_clear_queue(); /* Empty the keyboard buffer */
if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES)
rolo_load(BOOTDIR "/" BOOTFILE);
rolo_load(BOOTDIR "/" BOOTFILE);
}
}
wrtdate = info.wrtdate;

View File

@ -753,7 +753,7 @@ void shutdown_hw(void)
if (battery_level_safe()) { /* do not save on critical battery */
#ifdef HAVE_LCD_BITMAP
glyph_cache_save(NULL);
glyph_cache_save(NULL);
#endif
/* Commit pending writes if needed. Even though we don't do write caching,