[Scummvm-cvs-logs] CVS: scummvm/backends/fs fs.h,1.29,1.30

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


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

Modified Files:
	fs.h 
Log Message:
Remove trailing whitespaces.


Index: fs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/fs.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- fs.h	10 Apr 2005 14:33:42 -0000	1.29
+++ fs.h	30 Jul 2005 21:10:51 -0000	1.30
@@ -44,8 +44,8 @@
  * And if we ever want to support devices with no FS in the classical sense (Palm...),
  * we can build upon this.
  */
- 
-/* 
+
+/*
  * TODO - Instead of starting with getRoot(), we should rather add a getDefaultDir()
  * call that on Unix might return the current dir or the users home dir...
  * i.e. the root dir is usually not the best starting point for browsing.
@@ -81,7 +81,7 @@
 	virtual AbstractFilesystemNode *parent() const = 0;
 
 	/**
-	 * This method is a rather ugly hack which is used internally by the 
+	 * This method is a rather ugly hack which is used internally by the
 	 * actual node implementions to wrap up raw nodes inside FilesystemNode
 	 * objects. We probably want to get rid of this eventually and replace it
 	 * with a cleaner / more elegant solution, but for now it works.





More information about the Scummvm-git-logs mailing list