From 4d5e88245a3aa6ff80df63c5a145b2b41495cbb2 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 7 Feb 2010 18:38:47 +0000 Subject: Remove more tabs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24550 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index dda3690..9053dcf 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -306,9 +306,9 @@ void tree_gui_init(void) /* drawer function for the GUI_EVENT_REDRAW callback */ void tree_drawlists(void) { - /* band-aid to fix the bar/list redrawing properly after leaving a plugin */ - send_event(GUI_EVENT_THEME_CHANGED, NULL); - /* end bandaid */ + /* band-aid to fix the bar/list redrawing properly after leaving a plugin */ + send_event(GUI_EVENT_THEME_CHANGED, NULL); + /* end bandaid */ gui_synclist_draw(&tree_lists); } @@ -482,21 +482,21 @@ static int update_dir(void) /* load tracks from specified directory to resume play */ void resume_directory(const char *dir) { - int dirfilter = *tc.dirfilter; - int ret; + int dirfilter = *tc.dirfilter; + int ret; #ifdef HAVE_TAGCACHE bool id3db = *tc.dirfilter == SHOW_ID3DB; #endif - /* make sure the dirfilter is sane. The only time it should be possible - * thats its not is when resume playlist is called from a plugin - */ + /* make sure the dirfilter is sane. The only time it should be possible + * thats its not is when resume playlist is called from a plugin + */ #ifdef HAVE_TAGCACHE - if (!id3db) + if (!id3db) #endif - *tc.dirfilter = global_settings.dirfilter; - ret = ft_load(&tc, dir); - *tc.dirfilter = dirfilter; - if (ret < 0) + *tc.dirfilter = global_settings.dirfilter; + ret = ft_load(&tc, dir); + *tc.dirfilter = dirfilter; + if (ret < 0) return; lastdir[0] = 0; -- cgit v1.1