From 40444d81636580c80d6000856cca6078ea41f85e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 02:12:59 +0200 Subject: Fix coding style --- sysdeps/pthread/bits/pthreadtypes.h | 8 ++++---- sysdeps/pthread/bits/semaphore.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sysdeps/pthread/bits') diff --git a/sysdeps/pthread/bits/pthreadtypes.h b/sysdeps/pthread/bits/pthreadtypes.h index 3d93484..2092f8f 100644 --- a/sysdeps/pthread/bits/pthreadtypes.h +++ b/sysdeps/pthread/bits/pthreadtypes.h @@ -103,20 +103,20 @@ typedef __pthread_spinlock_t pthread_spinlock_t; #if defined __USE_UNIX98 || defined __USE_XOPEN2K -#include +# include typedef struct __pthread_rwlockattr pthread_rwlockattr_t; -#include +# include typedef struct __pthread_rwlock pthread_rwlock_t; #endif /* __USE_UNIX98 || __USE_XOPEN2K */ #ifdef __USE_XOPEN2K -#include +# include typedef struct __pthread_barrierattr pthread_barrierattr_t; -#include +# include typedef struct __pthread_barrier pthread_barrier_t; #endif /* __USE_XOPEN2K */ diff --git a/sysdeps/pthread/bits/semaphore.h b/sysdeps/pthread/bits/semaphore.h index 2728235..b1789be 100644 --- a/sysdeps/pthread/bits/semaphore.h +++ b/sysdeps/pthread/bits/semaphore.h @@ -20,7 +20,7 @@ #define _BITS_SEMAPHORE_H 1 #ifndef _SEMAPHORE_H -#error Never include directly. +# error Never include directly. #endif #include -- cgit v1.2.3