From ab99e941dbf0481a1c0abb3767a745d23b53bfd2 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 8 May 2011 20:35:29 +0000 Subject: More tab fixes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29840 a1c6a512-1295-4272-9138-f99709370657 --- apps/radio/radioart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/radio') diff --git a/apps/radio/radioart.c b/apps/radio/radioart.c index 5e501414ca..e21b135342 100644 --- a/apps/radio/radioart.c +++ b/apps/radio/radioart.c @@ -74,10 +74,10 @@ static int load_radioart_image(struct radioart *ra, const char* preset_name, if (!file_exists(path)) { #ifndef HAVE_NOISY_IDLE_MODE - cpu_idle_mode(true); + cpu_idle_mode(true); #endif return -1; - } + } strlcpy(ra->name, preset_name, MAX_FMPRESET_LEN+1); ra->dim.height = dim->height; ra->dim.width = dim->width; -- cgit v1.2.3