summaryrefslogtreecommitdiff
path: root/src/mongo/util/exception_filter_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/exception_filter_win32.cpp')
-rw-r--r--src/mongo/util/exception_filter_win32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/exception_filter_win32.cpp b/src/mongo/util/exception_filter_win32.cpp
index 5f404d2bf8a..b3a6ebec0b6 100644
--- a/src/mongo/util/exception_filter_win32.cpp
+++ b/src/mongo/util/exception_filter_win32.cpp
@@ -178,7 +178,7 @@ LONG WINAPI exceptionFilter(struct _EXCEPTION_POINTERS* excPointers) {
// We won't reach here
return EXCEPTION_EXECUTE_HANDLER;
}
-}
+} // namespace
LPTOP_LEVEL_EXCEPTION_FILTER filtLast = 0;
@@ -192,6 +192,6 @@ void setWindowsUnhandledExceptionFilter() {
namespace mongo {
void setWindowsUnhandledExceptionFilter() {}
-}
+} // namespace mongo
#endif // _WIN32