diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-27 11:09:09 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-27 11:09:09 +0000 |
| commit | 8ca99d3288e416e15b1d48d2b81ea9f8bb774425 (patch) | |
| tree | 037061249dacc7dc256740e91a969d3e362b8aa4 /apps/tree.c | |
| parent | 96016e40598006c4e78837f3714163055af99b40 (diff) | |
| download | rockbox-8ca99d3288e416e15b1d48d2b81ea9f8bb774425.zip rockbox-8ca99d3288e416e15b1d48d2b81ea9f8bb774425.tar.gz rockbox-8ca99d3288e416e15b1d48d2b81ea9f8bb774425.tar.bz2 rockbox-8ca99d3288e416e15b1d48d2b81ea9f8bb774425.tar.xz | |
Code Police: Remove tabs throught apps/ . Hopefully no actual code
change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12504 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/tree.c b/apps/tree.c index 3074752..a8eaea6 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -224,7 +224,7 @@ static void tree_get_fileicon(int selected_item, void * data, ICON * icon) } else #endif - { + { struct entry* dc = local_tc->dircache; struct entry* e = &dc[selected_item]; *icon = (ICON)filetype_get_icon(e->attr); @@ -340,7 +340,7 @@ static int update_dir(void) } else #endif - { + { /* if the tc.currdir has been changed, reload it ...*/ if (strncmp(tc.currdir, lastdir, sizeof(lastdir)) || reload_dir) { @@ -365,9 +365,9 @@ static int update_dir(void) { if( #ifdef HAVE_TAGCACHE - !id3db && + !id3db && #endif - (tc.dirfull || + (tc.dirfull || tc.filesindir == global_settings.max_files_in_dir) ) { gui_syncsplash(HZ, true, str(LANG_SHOWDIR_BUFFER_FULL)); |