Explorar o código

Revert "trimmed trailing spaces"

This reverts commit 692965d5525aaee74df43e41c18150bc3dff07ea.
Thomas Fischer %!s(int64=11) %!d(string=hai) anos
pai
achega
acc6bbfe96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];