]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/semaphore-win32.c
Fix up according to Coding Style
[pulseaudio] / src / pulsecore / semaphore-win32.c
index f6576348782e713ba4f146ce887853ba5e8256f4..c2e00c63c37fa19ff25cf3ed5b39e44818adee46 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id: mutex-win32.c 1426 2007-02-13 15:35:19Z ossman $ */
-
 /***
   This file is part of PulseAudio.
 
@@ -7,7 +5,7 @@
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
-  by the Free Software Foundation; either version 2 of the License,
+  by the Free Software Foundation; either version 2.1 of the License,
   or (at your option) any later version.
 
   PulseAudio is distributed in the hope that it will be useful, but
@@ -32,8 +30,7 @@
 
 #include "semaphore.h"
 
-struct pa_semaphore
-{
+struct pa_semaphore {
     HANDLE sema;
 };