]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/main.cpp
Style updates
[libs/core.git] / source / core / main.cpp
index 4a90b74751099e39fa000b3ee13665ca0bc29f50..f73ef813c72e77c45baf480b2f08c6fcf7373371 100644 (file)
@@ -15,7 +15,7 @@ Distributed under the LGPL
 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /*lpCmdLine*/, int /*nCmdShow*/)
 { 
        int argc        = 0;
-       LPWSTR *argv=CommandLineToArgvW(GetCommandLineW(), &argc);
+       LPWSTR *argv = CommandLineToArgvW(GetCommandLineW(), &argc);
        return Msp::Application::run(argc, (char **)argv, hInstance);
 }
 #endif