https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ae2ad29ad53dd1184e57bdbf8ec5f5456246d04f

commit ae2ad29ad53dd1184e57bdbf8ec5f5456246d04f
Author:     Joachim Henze <joachim.he...@reactos.org>
AuthorDate: Sat Jul 3 13:49:48 2021 +0200
Commit:     Joachim Henze <joachim.he...@reactos.org>
CommitDate: Sat Jul 3 13:49:48 2021 +0200

    [RAPPS] Kill 2x EOL white-space in loaddlg.cpp
    
    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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/applications/rapps/loaddlg.cpp 
b/base/applications/rapps/loaddlg.cpp
index 35383607da8..49538ac1d06 100644
--- a/base/applications/rapps/loaddlg.cpp
+++ b/base/applications/rapps/loaddlg.cpp
@@ -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());
 

Reply via email to