diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-02-22 21:24:09 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-02-22 21:24:09 +0000 |
commit | 0b7dcd69c801a7439de5bfc53ae4005ec3846634 (patch) | |
tree | 42e62d3eec4ec49c7fd95ff01d5ca7d015c6fd45 /firmware/include/assert.h | |
parent | 3f5f3524d478743a4c2f470f0baf7b767ce8d1c2 (diff) | |
download | rockbox-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.h | 4 |
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__ |