This commit was generated by cvs2svn to compensate for changes in r10,
[reactos.git] / reactos / lib / kernel32 / thread / thread.c
index 81c7cf7..631314c 100644 (file)
@@ -8,12 +8,7 @@ todo: improve debug info
 #include <thread.h>
 
 
-WINBASEAPI 
-BOOL 
-WINAPI 
-SwitchToThread( 
-    VOID 
-    )
+WINBASEAPI BOOL WINAPI SwitchToThread(VOID )
 {
        return NtYieldExecution();
 }
@@ -80,4 +75,4 @@ TlsSetValue(DWORD dwTlsIndex, LPVOID lpTlsValue)
        return (FALSE);
 }
 
-/*************************************************************/
\ No newline at end of file
+/*************************************************************/