summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/semaphore-osx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/semaphore-osx.c')
-rw-r--r--src/pulsecore/semaphore-osx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pulsecore/semaphore-osx.c b/src/pulsecore/semaphore-osx.c
index 73f43559..42afd154 100644
--- a/src/pulsecore/semaphore-osx.c
+++ b/src/pulsecore/semaphore-osx.c
@@ -30,8 +30,7 @@
#include "semaphore.h"
-struct pa_semaphore
-{
+struct pa_semaphore {
MPSemaphoreID sema;
};