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
|
@ -205,7 +205,7 @@ static enum color get_band_rtoc(int in_val)
|
|||
|
||||
static char *get_tolerance_str(enum color color)
|
||||
{
|
||||
static char tolerance_str [14];
|
||||
static char tolerance_str [14];
|
||||
rb->snprintf(tolerance_str, sizeof(tolerance_str), "%d%% tolerance",
|
||||
band_data[color].tolerance);
|
||||
return tolerance_str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue