[HEADERS]
[reactos.git] / reactos / base / applications / hh / main.c
index ee3a8e0..c20d6d3 100644 (file)
@@ -2,10 +2,10 @@
 
 typedef int WINAPI DOWINMAIN(HMODULE hMod, LPSTR cmdline);
 
-int WINAPI 
-WinMain(HINSTANCE hInst, 
-        HINSTANCE hPrevInst, 
-        LPSTR cmdline, 
+int WINAPI
+WinMain(HINSTANCE hInst,
+        HINSTANCE hPrevInst,
+        LPSTR cmdline,
         int cmdshow)
 {
     HMODULE hModule;