diff options
Diffstat (limited to 'src/mongo/util/stack_introspect.h')
-rw-r--r-- | src/mongo/util/stack_introspect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/stack_introspect.h b/src/mongo/util/stack_introspect.h index 9087711ad69..9f431160332 100644 --- a/src/mongo/util/stack_introspect.h +++ b/src/mongo/util/stack_introspect.h @@ -44,4 +44,4 @@ bool inConstructorChain(bool printOffending = false); * @return if supported on platform, compile options may still prevent it from working */ bool inConstructorChainSupported(); -} +} // namespace mongo |