]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Trivial pretty up
authorVMware, Inc <>
Mon, 26 Sep 2011 18:46:02 +0000 (11:46 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Sep 2011 18:46:02 +0000 (11:46 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/lock/ulSema.c

index c149b96605f1d2cdc8a5cee886ffa05d8b1febbc..ba8e0d5bf786af84e05947df0df27f6fd11c6988 100644 (file)
@@ -184,6 +184,7 @@ MXUserUp(NativeSemaphore *sema)  // IN:
 {
    return ReleaseSemaphore(*sema, 1, NULL) ? 0 : GetLastError();
 }
+
 #elif defined(__APPLE__)
 static int
 MXUserInit(NativeSemaphore *sema)  // IN:
@@ -280,8 +281,8 @@ MXUserUp(NativeSemaphore *sema)  // IN:
 {
     return semaphore_signal(*sema);
 }
-#else
 
+#else
 static int
 MXUserInit(NativeSemaphore *sema)  // IN:
 {