From 0f3e8be7739934e920143682ff9d93c5d29e5de5 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 17 Oct 2009 16:18:35 -0700 Subject: whitespace fixes Signed-off-by: Austin Foxley --- libc/sysdeps/linux/common/__syscall_fcntl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/common/__syscall_fcntl.c') diff --git a/libc/sysdeps/linux/common/__syscall_fcntl.c b/libc/sysdeps/linux/common/__syscall_fcntl.c index 6a966d7df..4e3bc23df 100644 --- a/libc/sysdeps/linux/common/__syscall_fcntl.c +++ b/libc/sysdeps/linux/common/__syscall_fcntl.c @@ -17,11 +17,11 @@ #include extern __typeof(fcntl) __libc_fcntl; -libc_hidden_proto(__libc_fcntl) +libc_hidden_proto(__libc_fcntl) #ifdef __UCLIBC_HAS_THREADS_NATIVE__ int __fcntl_nocancel (int fd, int cmd, ...) -{ +{ va_list ap; void *arg; -- cgit v1.2.3