[Scummvm-cvs-logs] CVS: scummvm/backends/fs/ps2 ps2-fs.cpp,1.2,1.3

Eugene Sandulenko sev at users.sourceforge.net
Sat Jul 30 14:14:52 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/fs/ps2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9428/backends/fs/ps2

Modified Files:
	ps2-fs.cpp 
Log Message:
Remove trailing whitespaces.


Index: ps2-fs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/ps2/ps2-fs.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ps2-fs.cpp	31 Mar 2005 07:50:31 -0000	1.2
+++ ps2-fs.cpp	30 Jul 2005 21:10:52 -0000	1.3
@@ -32,7 +32,7 @@
 	bool _isDirectory;
 	bool _isRoot;
 	String _path;
-	
+
 public:
 	Ps2FilesystemNode(void);
 	Ps2FilesystemNode(const Ps2FilesystemNode *node);
@@ -109,7 +109,7 @@
 		if (tocEntries[fCnt].filename[0] != '.') { // skip .. directory
 			dirEntry._isDirectory = (bool)(tocEntries[fCnt].fileProperties & 2);
 			dirEntry._isRoot = false;
-			
+
 			dirEntry._path = _path;
 			dirEntry._path += "/";
 			dirEntry._path += tocEntries[fCnt].filename;
@@ -135,7 +135,7 @@
 			slash = cnt;
 		cnt++;
 	}
-	
+
 	p->_path = String(_path.c_str(), slash - _path.c_str());
 	p->_isDirectory = true;
 	p->_displayName = slash + 1;





More information about the Scummvm-git-logs mailing list