[RAPPS] Kill 2x EOL white-space in loaddlg.cpp
authorJoachim Henze <Joachim.Henze@reactos.org>
Sat, 3 Jul 2021 11:49:48 +0000 (13:49 +0200)
committerJoachim Henze <Joachim.Henze@reactos.org>
Sat, 3 Jul 2021 11:49:48 +0000 (13:49 +0200)
Both were introduced during 0.4.15-dev'ing
and were not in any earlier rls branches.
They were the only 2 in here btw.

base/applications/rapps/loaddlg.cpp

index 3538360..49538ac 100644 (file)
@@ -529,7 +529,7 @@ BOOL ShowLastError(
     DWORD dwLastError)
 {
     CLocalPtr<WCHAR> lpMsg;
-    
+
     if (!FormatMessageW(FORMAT_MESSAGE_ALLOCATE_BUFFER |
                         FORMAT_MESSAGE_IGNORE_INSERTS |
                         (bInetError ? FORMAT_MESSAGE_FROM_HMODULE : FORMAT_MESSAGE_FROM_SYSTEM),
@@ -622,7 +622,7 @@ unsigned int WINAPI CDownloadManager::ThreadFunc(LPVOID param)
             szNewCaption.LoadStringW(IDS_DL_DIALOG_DB_UNOFFICIAL_DOWNLOAD_DISP);
             break;
         }
-        
+
         if (!IsWindow(hDlg)) goto end;
         SetWindowTextW(hDlg, szNewCaption.GetString());