Selaa lähdekoodia

trimmed trailing spaces

Thomas Fischer 11 vuotta sitten
vanhempi
commit
692965d552
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Engine/source/main/main.cpp

+ 1 - 1
Engine/source/main/main.cpp

@@ -52,7 +52,7 @@ int PASCAL WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdL
         MessageBoxW(NULL, L"Unable to find game dll", L"Error",  MB_OK|MB_ICONWARNING);
         return -1;
     }
-    
+
     HMODULE hGame = LoadLibraryW(dllName.c_str());
     if (!hGame) {
         wchar_t error[4096];