diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 16:18:35 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 16:18:35 -0700 |
commit | 0f3e8be7739934e920143682ff9d93c5d29e5de5 (patch) | |
tree | 41827cd8a626f9060c62e232eb55ac3cd5e72a35 /libc/sysdeps/linux/common/nanosleep.c | |
parent | d2b282faa6fef368680cf1cb96bad562f082ce03 (diff) |
whitespace fixes
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/common/nanosleep.c')
-rw-r--r-- | libc/sysdeps/linux/common/nanosleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/nanosleep.c b/libc/sysdeps/linux/common/nanosleep.c index 7e3349117..0be59c511 100644 --- a/libc/sysdeps/linux/common/nanosleep.c +++ b/libc/sysdeps/linux/common/nanosleep.c @@ -10,7 +10,7 @@ #include <sys/syscall.h> #include <time.h> -#ifdef __UCLIBC_HAS_THREADS_NATIVE__ +#ifdef __UCLIBC_HAS_THREADS_NATIVE__ #include <sysdep-cancel.h> #include <pthreadP.h> #else |