From b6102b2600f792f159320439686a872a72d20c70 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Mon, 23 Nov 2020 12:56:00 +0100 Subject: Removed trailing whitespace --- test/StormTest.cpp | 4 ++-- test/TLogHelper.cpp | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 8f9cd71..3d92ae6 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -2120,7 +2120,7 @@ static DWORD TestOnLocalListFile(LPCTSTR szPlainName) // Get the full name of the local file CreateFullPathName(szFileName1, _countof(szFileName1), szMpqSubDir, szPlainName); - + // Test opening the local file if(SFileOpenFileEx(NULL, szFileName1, SFILE_OPEN_LOCAL_FILE, &hFile)) { @@ -2513,7 +2513,7 @@ static DWORD TestArchive( // Search the archive dwErrCode = SearchArchive(&Logger, hMpq, dwSearchFlags, &dwFileCount, OverallMD5); - + // Shall we check the file count and overall MD5? if(dwExpectedFileCount != 0) { diff --git a/test/TLogHelper.cpp b/test/TLogHelper.cpp index fca85ec..cd10a3c 100644 --- a/test/TLogHelper.cpp +++ b/test/TLogHelper.cpp @@ -45,7 +45,7 @@ class TLogHelper #if defined(UNICODE) || defined(UNICODE) TCHAR * CopyFormatCharacter(TCHAR * szBuffer, const TCHAR *& szFormat); -#endif +#endif char * CopyFormatCharacter(char * szBuffer, const char *& szFormat); int GetConsoleWidth(); @@ -73,7 +73,7 @@ class TLogHelper //----------------------------------------------------------------------------- // Constructor and destructor - + TLogHelper::TLogHelper(const char * szNewMainTitle, const TCHAR * szNewSubTitle1, const TCHAR * szNewSubTitle2) { @@ -168,7 +168,7 @@ int TLogHelper::PrintWithClreol(const TCHAR * szFormat, va_list argList, bool bP { while(szMainTitle[nLength] != 0) *szBuffer++ = szMainTitle[nLength++]; - + *szBuffer++ = ':'; *szBuffer++ = ' '; } @@ -275,7 +275,7 @@ DWORD TLogHelper::PrintWithClreol(const char * szFormat, va_list argList, bool b { while(szMainTitle[nLength] != 0) *szBuffer++ = (char)szMainTitle[nLength++]; - + *szBuffer++ = ':'; *szBuffer++ = ' '; } -- cgit v1.2.3