Code formatting OCD fix

This commit is contained in:
Leon Styhre 2023-06-29 20:41:18 +02:00
parent f3fee630e8
commit 343ac34c70

View file

@ -32,7 +32,7 @@ int wmain(int argc, wchar_t* argv[])
int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
{
wchar_t** argv {__wargv};
int argc = __argc;
int argc {__argc};
#endif
HANDLE stdoutHandle {GetStdHandle(STD_OUTPUT_HANDLE)};