diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-08 21:21:02 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-08 21:21:02 +0000 |
commit | 9befc2e747e4f6cd2687bf267097cc7a8fd4c601 (patch) | |
tree | 2d07a57f52a9995a5f8dfb196efff84acc8720d8 /apps/plugins/resistor.c | |
parent | 67f215032d8bab2571aad2da739d72512c064ca4 (diff) |
Remove tabs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29842 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/resistor.c')
-rw-r--r-- | apps/plugins/resistor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c index 87f6cfcb82..a0bd94911a 100644 --- a/apps/plugins/resistor.c +++ b/apps/plugins/resistor.c @@ -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; |