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/fseeko64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/fseeko64.c') diff --git a/libc/stdio/fseeko64.c b/libc/stdio/fseeko64.c index 93768c528..e4ffe94ed 100644 --- a/libc/stdio/fseeko64.c +++ b/libc/stdio/fseeko64.c @@ -9,7 +9,7 @@ #ifdef __UCLIBC_HAS_LFS__ # define __DO_LARGEFILE -# define FSEEK __fseeko64 -# define OFFSET_TYPE __off64_t +# define FSEEK __fseeko64 +# define OFFSET_TYPE __off64_t # include "fseeko.c" #endif -- cgit v1.2.3