From a9d135ebd14800bbae1db3c655336da57c4a50ac Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Tue, 26 May 2009 15:37:38 -0700 Subject: Fix whitespace Signed-off-by: Austin Foxley --- libc/unistd/daemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc') diff --git a/libc/unistd/daemon.c b/libc/unistd/daemon.c index d71d25480..3a00ee166 100644 --- a/libc/unistd/daemon.c +++ b/libc/unistd/daemon.c @@ -124,9 +124,9 @@ int daemon( int nochdir, int noclose ) if (!noclose) { #ifdef __UCLIBC_HAS_LFS__ - struct stat64 st; + struct stat64 st; #else - struct stat st; + struct stat st; #endif if ((fd = open_not_cancel(_PATH_DEVNULL, O_RDWR, 0)) != -1 -- cgit v1.2.3