[Scummvm-cvs-logs] CVS: scummvm/sword2 resman.cpp,1.109,1.110

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Feb 25 07:07:41 CET 2005


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20780

Modified Files:
	resman.cpp 
Log Message:
Whitespace changes.


Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/resman.cpp,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- resman.cpp	22 Feb 2005 18:09:38 -0000	1.109
+++ resman.cpp	25 Feb 2005 14:19:30 -0000	1.110
@@ -40,7 +40,7 @@
 //
 //	resource.inf which is a list of ascii cluster file names
 //	resource.tab which is a table which tells us which cluster a resource
-//      is located in and the number within the cluster
+//	is located in and the number within the cluster
 
 #if !defined(__GNUC__)
 	#pragma START_PACK_STRUCTS
@@ -512,7 +512,7 @@
 		convertEndian(_resList[res].ptr, len);
 #endif
 	} else if (_resList[res].refCount == 0)
-        removeFromCacheList(_resList + res);
+		removeFromCacheList(_resList + res);
 
 	_resList[res].refCount++;
 
@@ -765,7 +765,7 @@
 		Debug_Printf("Expelled %d resources\n", nuked);
 }
 
-int ResourceManager::whichCd()  {
+int ResourceManager::whichCd() {
 	return _curCd;
 }
 





More information about the Scummvm-git-logs mailing list