Fix whitespace
This commit is contained in:
parent
367beb52cd
commit
726258ff71
|
@ -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));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue