From 27cee58ab823cbab0ab8905ce7b52143de7ca5e5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 28 Aug 2006 18:53:03 +0000 Subject: (svn r6204) -Cleanup: replace non-indentation with spaces; like '}else {' -> '} else {', tabs between code and comment, etc. --- yapf/countedptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yapf/countedptr.hpp') diff --git a/yapf/countedptr.hpp b/yapf/countedptr.hpp index 7d9f61fc2..1ac986cf5 100644 --- a/yapf/countedptr.hpp +++ b/yapf/countedptr.hpp @@ -74,7 +74,7 @@ public: FORCEINLINE bool operator == (const CCountedPtr& sp) const {return m_pT == sp.m_pT;} /** yet another way how to test for NULL value */ - FORCEINLINE bool operator != (const CCountedPtr& sp) const {return m_pT != sp.m_pT;} + FORCEINLINE bool operator != (const CCountedPtr& sp) const {return m_pT != sp.m_pT;} /** assign pointer w/o incrementing ref count */ FORCEINLINE void Attach(Tcls* pT) {Release(); m_pT = pT;} -- cgit v1.2.3-70-g09d2