Removed trailing whitespaces.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1085 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2011-06-21 03:29:50 +00:00
parent 2bc8950456
commit 6cb58ee8cc

View file

@ -129,6 +129,8 @@ namespace Loki
{ destroyer_(pTracked_); }
private:
/// Copy constructor is not implemented.
ConcreteLifetimeTracker( const ConcreteLifetimeTracker & );
T* pTracked_;
Destroyer destroyer_;
};