summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/stdx/thread.h')
-rw-r--r--src/mongo/stdx/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/stdx/thread.h b/src/mongo/stdx/thread.h
index d38d696d1ff..3b9490b2d67 100644
--- a/src/mongo/stdx/thread.h
+++ b/src/mongo/stdx/thread.h
@@ -33,8 +33,8 @@
namespace mongo {
namespace stdx {
- using thread = boost::thread;
- namespace this_thread = boost::this_thread;
+using thread = boost::thread;
+namespace this_thread = boost::this_thread;
} // namespace stdx
} // namespace mongo