[SAMLIB]
[reactos.git] / reactos / dll / win32 / samlib / dllmain.c
index 4e66ceb..1b1e6a6 100644 (file)
@@ -35,13 +35,13 @@ WINE_DEFAULT_DEBUG_CHANNEL(samlib);
 
 /* FUNCTIONS *****************************************************************/
 
-BOOL WINAPI
-DllMain (HINSTANCE hInstance,
-        DWORD dwReason,
-        LPVOID lpReserved)
+BOOL
+WINAPI
+DllMain(HINSTANCE hInstance,
+        DWORD dwReason,
+        LPVOID lpReserved)
 {
-
-  return TRUE;
+    return TRUE;
 }
 
 /* EOF */