[Scummvm-cvs-logs] SF.net SVN: scummvm:[47499] scummvm/trunk/common/ptr.h

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Sun Jan 24 13:19:12 CET 2010


Revision: 47499
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47499&view=rev
Author:   jvprat
Date:     2010-01-24 12:19:09 +0000 (Sun, 24 Jan 2010)

Log Message:
-----------
Fix indentation

Modified Paths:
--------------
    scummvm/trunk/common/ptr.h

Modified: scummvm/trunk/common/ptr.h
===================================================================
--- scummvm/trunk/common/ptr.h	2010-01-24 11:57:10 UTC (rev 47498)
+++ scummvm/trunk/common/ptr.h	2010-01-24 12:19:09 UTC (rev 47499)
@@ -180,15 +180,15 @@
 		_pointer = 0;
 	}
 
-    template<class T2>
-    bool operator==(const Common::SharedPtr<T2> &r) const {
-        return _pointer == r.get();
-    }
+	template<class T2>
+	bool operator==(const Common::SharedPtr<T2> &r) const {
+		return _pointer == r.get();
+	}
 
-    template<class T2>
-    bool operator!=(const Common::SharedPtr<T2> &r) const {
-        return _pointer != r.get();
-    }
+	template<class T2>
+	bool operator!=(const Common::SharedPtr<T2> &r) const {
+		return _pointer != r.get();
+	}
 
 	/**
 	 * Returns the number of references to the assigned pointer.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list