aboutsummaryrefslogtreecommitdiff
path: root/common/noncopyable.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/noncopyable.h')
-rw-r--r--common/noncopyable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/noncopyable.h b/common/noncopyable.h
index e0af397546..f639d9abf7 100644
--- a/common/noncopyable.h
+++ b/common/noncopyable.h
@@ -38,7 +38,7 @@ public:
private:
// Prevent copying instances by accident
NonCopyable(const NonCopyable&);
- NonCopyable& operator= (const NonCopyable&);
+ NonCopyable& operator=(const NonCopyable&);
};
} // End of namespace Common