[Scummvm-cvs-logs] SF.net SVN: scummvm:[48654] scummvm/trunk/common/fs.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Apr 13 18:13:48 CEST 2010


Revision: 48654
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48654&view=rev
Author:   lordhoto
Date:     2010-04-13 16:13:48 +0000 (Tue, 13 Apr 2010)

Log Message:
-----------
Whitespace fix.

Modified Paths:
--------------
    scummvm/trunk/common/fs.cpp

Modified: scummvm/trunk/common/fs.cpp
===================================================================
--- scummvm/trunk/common/fs.cpp	2010-04-13 10:08:17 UTC (rev 48653)
+++ scummvm/trunk/common/fs.cpp	2010-04-13 16:13:48 UTC (rev 48654)
@@ -132,7 +132,7 @@
 		return 0;
 
 	if (!_realNode->exists()) {
-        warning("FSNode::createReadStream: '%s' does not exist", getName().c_str());
+		warning("FSNode::createReadStream: '%s' does not exist", getName().c_str());
 		return false;
 	} else if (_realNode->isDirectory()) {
 		warning("FSNode::createReadStream: '%s' is a directory", getName().c_str());


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