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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Mar 30 01:54:46 CET 2008


Revision: 31308
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31308&view=rev
Author:   lordhoto
Date:     2008-03-29 17:54:46 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
Formatting.

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

Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2008-03-29 23:20:53 UTC (rev 31307)
+++ scummvm/trunk/common/hashmap.h	2008-03-30 00:54:46 UTC (rev 31308)
@@ -98,13 +98,11 @@
 		Node(const Key &key) : _key(key), _value() {}
 	};
 
-	Node* allocNode(const Key& key)
-	{
+	Node* allocNode(const Key& key) {
 		return new Node(key);
 	} 
 
-	void freeNode(Node* node)
-	{
+	void freeNode(Node* node) {
 		delete node;
 	}
 


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