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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat May 3 23:15:25 CEST 2008


Revision: 31848
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31848&view=rev
Author:   eriktorbjorn
Date:     2008-05-03 14:15:25 -0700 (Sat, 03 May 2008)

Log Message:
-----------
Changed spaces to tab, thus annoying everyone who now have to do a large
recompile.

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

Modified: scummvm/trunk/common/list.h
===================================================================
--- scummvm/trunk/common/list.h	2008-05-03 21:09:08 UTC (rev 31847)
+++ scummvm/trunk/common/list.h	2008-05-03 21:15:25 UTC (rev 31848)
@@ -163,7 +163,7 @@
 		newNode->_next->_prev = newNode;
 	}
 
-    template <typename iterator2>
+	template <typename iterator2>
 	void insert(iterator pos, iterator2 first, iterator2 last) {
 		for (; first != last; ++first)
 			insert(pos, *first);


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