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/fseeko.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/fseeko.c') diff --git a/libc/stdio/fseeko.c b/libc/stdio/fseeko.c index 852557901..3fa15050d 100644 --- a/libc/stdio/fseeko.c +++ b/libc/stdio/fseeko.c @@ -12,8 +12,8 @@ #endif #ifndef __DO_LARGEFILE -# define FSEEK fseek -# define OFFSET_TYPE long int +# define FSEEK fseek +# define OFFSET_TYPE long int #endif int FSEEK(register FILE *stream, OFFSET_TYPE offset, int whence) -- cgit v1.2.3