1
0
Fork 0
forked from len0rd/rockbox

Remove more tabs

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24550 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-02-07 18:38:47 +00:00
parent bd0b7363ca
commit 4d5e88245a
18 changed files with 6267 additions and 6267 deletions

View file

@ -48,8 +48,8 @@ static long fp_atof(const char* s, int precision)
bool point = false;
while ((*s != '\0') && isspace(*s))
{
s++;
{
s++;
}
if (*s == '-')