[Scummvm-cvs-logs] SF.net SVN: scummvm:[52567] scummvm/branches/gsoc2010-plugins/backends/ saves/default/default-saves.cpp

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Sep 5 17:48:23 CEST 2010


Revision: 52567
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52567&view=rev
Author:   dhewg
Date:     2010-09-05 15:48:22 +0000 (Sun, 05 Sep 2010)

Log Message:
-----------
SAVES: Revert whitespace changes to minimize the diff to trunk.

Modified Paths:
--------------
    scummvm/branches/gsoc2010-plugins/backends/saves/default/default-saves.cpp

Modified: scummvm/branches/gsoc2010-plugins/backends/saves/default/default-saves.cpp
===================================================================
--- scummvm/branches/gsoc2010-plugins/backends/saves/default/default-saves.cpp	2010-09-05 15:47:04 UTC (rev 52566)
+++ scummvm/branches/gsoc2010-plugins/backends/saves/default/default-saves.cpp	2010-09-05 15:48:22 UTC (rev 52567)
@@ -131,11 +131,11 @@
 	// There is a nicely portable workaround, too: Make this method overloadable.
 	if (remove(file.getPath().c_str()) != 0) {
 #ifndef _WIN32_WCE
-	  	if (errno == EACCES)
+		if (errno == EACCES)
 			setError(Common::kWritePermissionDenied, "Search or write permission denied: "+file.getName());
 
 		if (errno == ENOENT)
-		setError(Common::kPathDoesNotExist, "removeSavefile: '"+file.getName()+"' does not exist or path is invalid");
+			setError(Common::kPathDoesNotExist, "removeSavefile: '"+file.getName()+"' does not exist or path is invalid");
 #endif
 		return false;
 	} else {


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