Преглед изворни кода

Revert "trimmed trailing spaces"

This reverts commit 692965d5525aaee74df43e41c18150bc3dff07ea.
Thomas Fischer пре 11 година
родитељ
комит
acc6bbfe96
1 измењених фајлова са 1 додато и 1 уклоњено
  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];