remove extra whitespace
This commit is contained in:
parent
5c1527c665
commit
31acdd23fd
|
@ -138,7 +138,6 @@ AppUtilWindows::run(int argc, char** argv)
|
||||||
throw std::runtime_error("Barrier only supports Windows XP SP3 and above.");
|
throw std::runtime_error("Barrier only supports Windows XP SP3 and above.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SetProcessDPIAware();
|
SetProcessDPIAware();
|
||||||
// record window instance for tray icon, etc
|
// record window instance for tray icon, etc
|
||||||
ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));
|
ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));
|
||||||
|
|
Loading…
Reference in New Issue