From 100e79a3dfd1b1037c7300ba03f566c81f861fd1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 20 Nov 2005 06:53:14 +0000 Subject: fix tab issue properly by not using tabs --- libc/stdio/ftello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/ftello.c') diff --git a/libc/stdio/ftello.c b/libc/stdio/ftello.c index a69ce23df..4a934db2b 100644 --- a/libc/stdio/ftello.c +++ b/libc/stdio/ftello.c @@ -8,8 +8,8 @@ #include "_stdio.h" #ifndef __DO_LARGEFILE -# define FTELL ftell -# define OFFSET_TYPE long int +# define FTELL ftell +# define OFFSET_TYPE long int #endif OFFSET_TYPE FTELL(register FILE *stream) -- cgit v1.2.3