From b80872c9174e47feedbc61e084660e637e6ba4b1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 29 Dec 2005 07:05:08 +0000 Subject: pointless whitespace touchups --- libc/sysdeps/linux/common/bits/errno.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'libc/sysdeps/linux/common/bits/errno.h') diff --git a/libc/sysdeps/linux/common/bits/errno.h b/libc/sysdeps/linux/common/bits/errno.h index cb9c2ee43..bd8b1d4b8 100644 --- a/libc/sysdeps/linux/common/bits/errno.h +++ b/libc/sysdeps/linux/common/bits/errno.h @@ -19,7 +19,7 @@ #ifdef _ERRNO_H -# include +#include #ifndef ENOTSUP # define ENOTSUP EOPNOTSUPP @@ -29,7 +29,7 @@ # define ECANCELED 125 #endif -# ifndef __ASSEMBLER__ +#ifndef __ASSEMBLER__ /* We now need a declaration of the `errno' variable. */ extern int errno; @@ -37,16 +37,16 @@ extern int errno; /* Function to get address of global `errno' variable. */ extern int *__errno_location (void) __THROW __attribute__ ((__const__)); -# if defined _LIBC +# if defined _LIBC /* We wouldn't need a special macro anymore but it is history. */ -# define __set_errno(val) ((errno) = (val)) -# endif /* _LIBC */ +# define __set_errno(val) ((errno) = (val)) +# endif /* _LIBC */ -# if defined __UCLIBC_HAS_THREADS__ +# if defined __UCLIBC_HAS_THREADS__ /* When using threads, errno is a per-thread value. */ -# define errno (*__errno_location ()) -# endif +# define errno (*__errno_location ()) +# endif -# endif /* !__ASSEMBLER__ */ -#endif /* _ERRNO_H */ +#endif /* !__ASSEMBLER__ */ +#endif /* _ERRNO_H */ -- cgit v1.2.3