From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/ExceptionHandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Stars45/ExceptionHandler.cpp') diff --git a/Stars45/ExceptionHandler.cpp b/Stars45/ExceptionHandler.cpp index 6233b7a..1e86e7d 100644 --- a/Stars45/ExceptionHandler.cpp +++ b/Stars45/ExceptionHandler.cpp @@ -77,7 +77,7 @@ private: typedef BOOL (__stdcall * STACKWALKPROC)(DWORD, HANDLE, - HANDLE, + HANDLE, LPSTACKFRAME, LPVOID, PREAD_PROCESS_MEMORY_ROUTINE, @@ -317,7 +317,7 @@ ExceptionHandler::IntelStackTrace(CONTEXT* context) if (pFrame <= pPrevFrame) break; - // Can two DWORDs be read from the supposed frame address? + // Can two DWORDs be read from the supposed frame address? if (IsBadWritePtr(pFrame, sizeof(PVOID)*2)) break; @@ -451,6 +451,6 @@ ExceptionHandler::InitImageHelp() } Print("Loaded IMAGEHLP.DLL\n"); - return TRUE; + return TRUE; } -- cgit v1.1