Delete all Trailing spaces in code.
[reactos.git] / reactos / base / applications / hh / main.c
index ee3a8e0..4985103 100644 (file)
@@ -1,23 +1,23 @@
-#include <windows.h>
-
-typedef int WINAPI DOWINMAIN(HMODULE hMod, LPSTR cmdline);
-
-int WINAPI 
-WinMain(HINSTANCE hInst, 
-        HINSTANCE hPrevInst, 
-        LPSTR cmdline, 
-        int cmdshow)
-{
-    HMODULE hModule;
-    DOWINMAIN *doWinMain;
-    int ret = -1;
-
-    hModule = LoadLibraryA("hhctrl.ocx");
-    doWinMain = (DOWINMAIN*) GetProcAddress(hModule, "doWinMain");
-
-    ret = doWinMain(hInst, cmdline);
-
-    FreeLibrary(hModule);
-
-    return ret;
-}
+#include <windows.h>\r
+\r
+typedef int WINAPI DOWINMAIN(HMODULE hMod, LPSTR cmdline);\r
+\r
+int WINAPI\r
+WinMain(HINSTANCE hInst,\r
+        HINSTANCE hPrevInst,\r
+        LPSTR cmdline,\r
+        int cmdshow)\r
+{\r
+    HMODULE hModule;\r
+    DOWINMAIN *doWinMain;\r
+    int ret = -1;\r
+\r
+    hModule = LoadLibraryA("hhctrl.ocx");\r
+    doWinMain = (DOWINMAIN*) GetProcAddress(hModule, "doWinMain");\r
+\r
+    ret = doWinMain(hInst, cmdline);\r
+\r
+    FreeLibrary(hModule);\r
+\r
+    return ret;\r
+}\r