summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/global.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-22 19:44:05 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-22 19:44:05 +0000
commit398b37124e870b3be69a03e5d89c5887204d6990 (patch)
tree2f8da4ae1b5a47db97a298db5e6ffa916beed90b /apps/codecs/libmad/global.h
parentc1bb06c3af4c5277e4a08c0084da86a69bc9d127 (diff)
downloadrockbox-398b37124e870b3be69a03e5d89c5887204d6990.tar.gz
rockbox-398b37124e870b3be69a03e5d89c5887204d6990.zip
Remove all tabs within codec path.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24862 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmad/global.h')
-rw-r--r--apps/codecs/libmad/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmad/global.h b/apps/codecs/libmad/global.h
index 22e8546fa6..96bd3eb71e 100644
--- a/apps/codecs/libmad/global.h
+++ b/apps/codecs/libmad/global.h
@@ -64,9 +64,9 @@
64 64
65# if !defined(HAVE_ASSERT_H) 65# if !defined(HAVE_ASSERT_H)
66# if defined(NDEBUG) 66# if defined(NDEBUG)
67# define assert(x) /* nothing */ 67# define assert(x) /* nothing */
68# else 68# else
69# define assert(x) do { if (!(x)) abort(); } while (0) 69# define assert(x) do { if (!(x)) abort(); } while (0)
70# endif 70# endif
71# endif 71# endif
72 72