Fix whitespace

This commit is contained in:
Jeff Stamerjohn 2022-01-29 12:55:02 -09:00
parent 367beb52cd
commit 726258ff71

View file

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