diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 02:12:59 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 02:12:59 +0200 |
commit | 40444d81636580c80d6000856cca6078ea41f85e (patch) | |
tree | a3c0805ea843fbe14af0333372ba43facbaa3b77 /sysdeps/pthread/bits/semaphore.h | |
parent | ec6bfe8db3d731428008a8715fcd523a491a934c (diff) |
Fix coding style
Diffstat (limited to 'sysdeps/pthread/bits/semaphore.h')
-rw-r--r-- | sysdeps/pthread/bits/semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bits/semaphore.h> directly. +# error Never include <bits/semaphore.h> directly. #endif #include <bits/types/__pthread_spinlock_t.h> |