From ed3150fb7413fce0321ad88a22de7871a301f7c3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 02:02:52 +0200 Subject: Fix coding style --- sysdeps/pthread/bits/semaphore.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sysdeps/pthread/bits/semaphore.h') diff --git a/sysdeps/pthread/bits/semaphore.h b/sysdeps/pthread/bits/semaphore.h index 94f4da2..2728235 100644 --- a/sysdeps/pthread/bits/semaphore.h +++ b/sysdeps/pthread/bits/semaphore.h @@ -28,13 +28,13 @@ /* User visible part of a semaphore. */ struct __semaphore - { - __pthread_spinlock_t __lock; - struct __pthread *__queue; - int __pshared; - int __value; - void *__data; - }; +{ + __pthread_spinlock_t __lock; + struct __pthread *__queue; + int __pshared; + int __value; + void *__data; +}; typedef struct __semaphore sem_t; -- cgit v1.2.3