diff options
author | Kargatum <dowlandtop@yandex.com> | 2021-01-03 17:47:07 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 11:47:07 +0100 |
commit | a32b6b8ac4c81128a56b282f20837fb085bdd9e7 (patch) | |
tree | dc78724705a27ed8032372f73fbf5b318abbd630 /src/common/Debugging/WheatyExceptionReport.cpp | |
parent | 4ea64b515aa952662dce11fd1012c566ae0d2449 (diff) |
Core: whitespace cleanup, reduce double blank line to single (#25795)
* Core/Misc: fix double empty line
* worldserver.conf
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.cpp')
-rw-r--r-- | src/common/Debugging/WheatyExceptionReport.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 55080cfa051..d0ad45b6762 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -56,7 +56,6 @@ bool WheatyExceptionReport::alreadyCrashed; std::mutex WheatyExceptionReport::alreadyCrashedLock; WheatyExceptionReport::pRtlGetVersion WheatyExceptionReport::RtlGetVersion; - // Declare global instance of class WheatyExceptionReport g_WheatyExceptionReport; @@ -1286,7 +1285,6 @@ bool logChildren) dataKind == DataIsStaticMember) continue; - symbolDetails.top().HasChildren = true; if (!logChildren) { |