From 5cebdcd06b73ebf957d52b6a7a048937b146c9cd Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 3 Jan 2010 11:12:31 +0000 Subject: More tabs removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24157 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/codeclib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/lib') diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h index aeae5d6369..517264f3a5 100644 --- a/apps/codecs/lib/codeclib.h +++ b/apps/codecs/lib/codeclib.h @@ -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; } -- cgit v1.2.3