diff options
author | sirikfoll <sirikfoll@hotmail.com> | 2017-08-11 23:06:37 -0300 |
---|---|---|
committer | sirikfoll <sirikfoll@hotmail.com> | 2017-08-11 23:06:37 -0300 |
commit | e2565c2597a72ea7868eef3156014dc3a83c058f (patch) | |
tree | 9728ede6f4f0bf8a09408b00166979134bf29922 /src/common/Debugging/WheatyExceptionReport.cpp | |
parent | 7fff83d67526efff63867d41b9e036a19a9287b3 (diff) |
Core/Misc: Remove Whitespaces
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.cpp')
-rw-r--r-- | src/common/Debugging/WheatyExceptionReport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 8211f4d6151..e818df4e8fb 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -827,7 +827,7 @@ PVOID UserContext) { ClearSymbols(); FormatSymbolValue(pSymInfo, (STACKFRAME64*)UserContext); - + } __except (EXCEPTION_EXECUTE_HANDLER) { |