More tabs removed

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24157 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-01-03 11:12:31 +00:00
parent 05778b501d
commit 5cebdcd06b
5 changed files with 18 additions and 18 deletions

View file

@ -97,7 +97,7 @@ static inline unsigned int bs_generic(unsigned int v, int mode)
r &= 31;
} else {
r = 31 - r;
/* If mode is constant, this is a single conditional instruction */
/* If mode is constant, this is a single conditional instruction */
if (mode & BS_0_0 && (signed)r < 0)
r += 1;
}