From db04dd427d51aca647d68eb5a688273ee16f2fea Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 3 May 2008 23:02:05 +0000 Subject: Formatting. svn-id: r31852 --- common/noncopyable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/noncopyable.h') 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 -- cgit v1.2.3