summaryrefslogtreecommitdiff
path: root/apps/plugins/disktidy.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-08 21:21:02 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-08 21:21:02 +0000
commit9befc2e747e4f6cd2687bf267097cc7a8fd4c601 (patch)
tree2d07a57f52a9995a5f8dfb196efff84acc8720d8 /apps/plugins/disktidy.c
parent67f215032d8bab2571aad2da739d72512c064ca4 (diff)
downloadrockbox-9befc2e747e4f6cd2687bf267097cc7a8fd4c601.tar.gz
rockbox-9befc2e747e4f6cd2687bf267097cc7a8fd4c601.zip
Remove tabs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29842 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/disktidy.c')
-rw-r--r--apps/plugins/disktidy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/disktidy.c b/apps/plugins/disktidy.c
index d42a62d469..366d4381a6 100644
--- a/apps/plugins/disktidy.c
+++ b/apps/plugins/disktidy.c
@@ -554,9 +554,9 @@ static bool save_config(const char *file_name)
554 { 554 {
555 for (i=0; i<tidy_type_count; i++) 555 for (i=0; i<tidy_type_count; i++)
556 { 556 {
557 rb->fdprintf(fd, "%s%s: %s\n", tidy_types[i].filestring, 557 rb->fdprintf(fd, "%s%s: %s\n", tidy_types[i].filestring,
558 tidy_types[i].directory ? "/" : "", 558 tidy_types[i].directory ? "/" : "",
559 tidy_types[i].remove ? "yes" : "no"); 559 tidy_types[i].remove ? "yes" : "no");
560 } 560 }
561 rb->close(fd); 561 rb->close(fd);
562 } 562 }