From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- common/singleton.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/singleton.h') diff --git a/common/singleton.h b/common/singleton.h index dec2844124..f378ec8f7b 100644 --- a/common/singleton.h +++ b/common/singleton.h @@ -34,7 +34,7 @@ class Singleton private: Singleton(const Singleton&); Singleton& operator= (const Singleton&); - + static T* _singleton; /** @@ -52,7 +52,7 @@ public: static T* makeInstance() { return new T(); } - + public: static T& instance() { @@ -74,7 +74,7 @@ protected: #else virtual ~Singleton() { } #endif - + typedef T SingletonBaseType; }; -- cgit v1.2.3