Fix whitespace

This commit is contained in:
Jeff Stamerjohn 2022-01-29 12:55:02 -09:00
parent 367beb52cd
commit 726258ff71
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ DaemonApp::~DaemonApp()
int int
DaemonApp::run(int argc, char** argv) DaemonApp::run(int argc, char** argv)
{ {
SetProcessDPIAware(); SetProcessDPIAware();
// win32 instance needed for threading, etc. // win32 instance needed for threading, etc.
ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL)); ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));