summaryrefslogtreecommitdiff
path: root/src/mongo/base/disallow_copying.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/base/disallow_copying.h')
-rw-r--r--src/mongo/base/disallow_copying.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/base/disallow_copying.h b/src/mongo/base/disallow_copying.h
index 9a3b68903ea..015b663c712 100644
--- a/src/mongo/base/disallow_copying.h
+++ b/src/mongo/base/disallow_copying.h
@@ -42,6 +42,6 @@
* ...
* };
*/
-#define MONGO_DISALLOW_COPYING(CLASS) \
- CLASS(const CLASS&) = delete; \
+#define MONGO_DISALLOW_COPYING(CLASS) \
+ CLASS(const CLASS&) = delete; \
CLASS& operator=(const CLASS&) = delete