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

@ -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;