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:
parent
67f215032d
commit
9befc2e747
3 changed files with 14 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue