summaryrefslogtreecommitdiff
path: root/firmware/include/stdio.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/stdio.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/stdio.h')
-rw-r--r--firmware/include/stdio.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/firmware/include/stdio.h b/firmware/include/stdio.h
index 968bd59aab..6ae2ff603a 100644
--- a/firmware/include/stdio.h
+++ b/firmware/include/stdio.h
@@ -1,5 +1,5 @@
1#ifndef _STDIO_H_ 1#ifndef _STDIO_H_
2#define _STDIO_H_ 2#define _STDIO_H_
3 3
4#include <_ansi.h> 4#include <_ansi.h>
5 5
@@ -10,22 +10,22 @@
10#include <stdarg.h> 10#include <stdarg.h>
11 11
12#ifndef NULL 12#ifndef NULL
13#define NULL 0 13#define NULL 0
14#endif 14#endif
15 15
16#define EOF (-1) 16#define EOF (-1)
17 17
18#ifndef SEEK_SET 18#ifndef SEEK_SET
19#define SEEK_SET 0 /* set file offset to offset */ 19#define SEEK_SET 0 /* set file offset to offset */
20#endif 20#endif
21#ifndef SEEK_CUR 21#ifndef SEEK_CUR
22#define SEEK_CUR 1 /* set file offset to current plus offset */ 22#define SEEK_CUR 1 /* set file offset to current plus offset */
23#endif 23#endif
24#ifndef SEEK_END 24#ifndef SEEK_END
25#define SEEK_END 2 /* set file offset to EOF plus offset */ 25#define SEEK_END 2 /* set file offset to EOF plus offset */
26#endif 26#endif
27 27
28#define TMP_MAX 26 28#define TMP_MAX 26
29 29
30#ifdef __GNUC__ 30#ifdef __GNUC__
31#define __VALIST __gnuc_va_list 31#define __VALIST __gnuc_va_list