summaryrefslogtreecommitdiff
path: root/firmware/include/assert.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-22 21:24:09 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-22 21:24:09 +0000
commit0b7dcd69c801a7439de5bfc53ae4005ec3846634 (patch)
tree42e62d3eec4ec49c7fd95ff01d5ca7d015c6fd45 /firmware/include/assert.h
parent3f5f3524d478743a4c2f470f0baf7b767ce8d1c2 (diff)
downloadrockbox-0b7dcd69c801a7439de5bfc53ae4005ec3846634.tar.gz
rockbox-0b7dcd69c801a7439de5bfc53ae4005ec3846634.zip
Remove tabs in firmware path (taking into account the original spacing).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24864 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/assert.h')
-rw-r--r--firmware/include/assert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/assert.h b/firmware/include/assert.h
index ba22a9777b..2bf3aeb6c3 100644
--- a/firmware/include/assert.h
+++ b/firmware/include/assert.h
@@ -1,11 +1,11 @@
1/* 1/*
2 assert.h 2 assert.h
3*/ 3*/
4 4
5#undef assert 5#undef assert
6 6
7#ifdef NDEBUG /* required by ANSI standard */ 7#ifdef NDEBUG /* required by ANSI standard */
8#define assert(p) ((void)0) 8#define assert(p) ((void)0)
9#else 9#else
10 10
11#ifdef __STDC__ 11#ifdef __STDC__