From de5a5006f16eb792033dc2ba48b0ec67f180f55b Mon Sep 17 00:00:00 2001 From: Northstar Date: Thu, 7 Dec 2023 21:20:15 +0100 Subject: Format project --- NorthstarDLL/logging/crashhandler.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'NorthstarDLL/logging') diff --git a/NorthstarDLL/logging/crashhandler.cpp b/NorthstarDLL/logging/crashhandler.cpp index 5dec315a..a01de5a1 100644 --- a/NorthstarDLL/logging/crashhandler.cpp +++ b/NorthstarDLL/logging/crashhandler.cpp @@ -98,8 +98,12 @@ BOOL WINAPI ConsoleCtrlRoutine(DWORD dwCtrlType) // Purpose: Constructor //----------------------------------------------------------------------------- CCrashHandler::CCrashHandler() - : m_hExceptionFilter(nullptr), m_pExceptionInfos(nullptr), m_bHasSetConsolehandler(false), m_bAllExceptionsFatal(false), - m_bHasShownCrashMsg(false), m_bState(false) + : m_hExceptionFilter(nullptr) + , m_pExceptionInfos(nullptr) + , m_bHasSetConsolehandler(false) + , m_bAllExceptionsFatal(false) + , m_bHasShownCrashMsg(false) + , m_bState(false) { Init(); } -- cgit v1.2.3