OSDN Git Service

Tab clean-up.
author"Steven J. Hill" <sjhill@realitydiluted.com>
Sun, 20 Nov 2005 00:46:37 +0000 (00:46 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Sun, 20 Nov 2005 00:46:37 +0000 (00:46 -0000)
libc/stdio/fopen64.c
libc/stdio/freopen64.c
libc/stdio/fseeko.c
libc/stdio/fseeko64.c
libc/stdio/ftello.c

index 7510f9a..95cd7a0 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define fopen                 fopen64
+# define fopen         fopen64
 # define FILEDES_ARG    (-2)
 # include "fopen.c"
 #endif
index d3151ba..bc27819 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define freopen               freopen64
+# define freopen       freopen64
 # define FILEDES_ARG    (-2)
 # include "freopen.c"
 #endif
index 242292a..8525579 100644 (file)
@@ -12,7 +12,7 @@
 #endif
 
 #ifndef __DO_LARGEFILE
-# define FSEEK                         fseek
+# define FSEEK                 fseek
 # define OFFSET_TYPE           long int
 #endif
 
index 66778e9..93768c5 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define FSEEK                         __fseeko64
+# define FSEEK                 __fseeko64
 # define OFFSET_TYPE           __off64_t
 # include "fseeko.c"
 #endif
index a28333e..a69ce23 100644 (file)
@@ -8,7 +8,7 @@
 #include "_stdio.h"
 
 #ifndef __DO_LARGEFILE
-# define FTELL                         ftell
+# define FTELL                 ftell
 # define OFFSET_TYPE           long int
 #endif