1
0
Fork 0
forked from len0rd/rockbox

Remove tabs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29842 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-05-08 21:21:02 +00:00
parent 67f215032d
commit 9befc2e747
3 changed files with 14 additions and 14 deletions

View file

@ -554,9 +554,9 @@ static bool save_config(const char *file_name)
{
for (i=0; i<tidy_type_count; i++)
{
rb->fdprintf(fd, "%s%s: %s\n", tidy_types[i].filestring,
tidy_types[i].directory ? "/" : "",
tidy_types[i].remove ? "yes" : "no");
rb->fdprintf(fd, "%s%s: %s\n", tidy_types[i].filestring,
tidy_types[i].directory ? "/" : "",
tidy_types[i].remove ? "yes" : "no");
}
rb->close(fd);
}