summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/chrono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/stdx/chrono.h')
-rw-r--r--src/mongo/stdx/chrono.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/stdx/chrono.h b/src/mongo/stdx/chrono.h
index 34ae8e20386..797b5d3b963 100644
--- a/src/mongo/stdx/chrono.h
+++ b/src/mongo/stdx/chrono.h
@@ -33,8 +33,7 @@
namespace mongo {
namespace stdx {
- namespace chrono = boost::chrono;
+namespace chrono = boost::chrono;
} // namespace stdx
} // namespace mongo
-