diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 01:30:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 01:30:44 +0100 |
commit | 506e1efab370626dae5e3122b6876f5a1e0b1029 (patch) | |
tree | c4e72abc875b1e1ea5d6f9b156368a9fe1313571 /desktop | |
parent | 3991eaf5569c7039ea20000e70aac775b7899432 (diff) |
trailing whitespaces
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/applauncher/launcher.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx index b09068d9351b..d72d7dde4b24 100644 --- a/desktop/win32/source/applauncher/launcher.cxx +++ b/desktop/win32/source/applauncher/launcher.cxx @@ -44,7 +44,7 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) #endif { // Set an explicit Application User Model ID for the process - + WCHAR szShell32[MAX_PATH]; GetSystemDirectoryW(szShell32, MAX_PATH); wcscat(szShell32, L"\\Shell32.dll"); @@ -76,7 +76,7 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) } } } - FreeLibrary(hinstDll); + FreeLibrary(hinstDll); // Retrieve startup info |