From 36a1670dea5420d6ae9e883d83179f0878978045 Mon Sep 17 00:00:00 2001 From: moos Date: Tue, 18 Jan 2011 00:37:17 +0000 Subject: [PATCH] Few whitespace fixes by Michael Hohmuth FS#11885 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29082 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.c | 2 +- apps/misc.c | 2 +- firmware/powermgmt.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gui/wps.c b/apps/gui/wps.c index e52838057..cc2014851 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -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); diff --git a/apps/misc.c b/apps/misc.c index 22f71507b..94b2de4a3 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -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; diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c index 6ebbce542..ea19ddc7d 100644 --- a/firmware/powermgmt.c +++ b/firmware/powermgmt.c @@ -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, -- 2.11.4.GIT