From 506e1efab370626dae5e3122b6876f5a1e0b1029 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 19 Mar 2013 01:30:44 +0100 Subject: trailing whitespaces Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6 --- desktop/win32/source/applauncher/launcher.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/win32/source') 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 -- cgit