Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / dll / win32 / samlib / dllmain.c
index e790d30..1b1e6a6 100644 (file)
@@ -16,8 +16,7 @@
  *  with this program; if not, write to the Free Software Foundation, Inc.,
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-/* $Id$
- *
+/*
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS system libraries
  * PURPOSE:           SAM interface library
@@ -36,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 */