[Scummvm-cvs-logs] CVS: scummvm/saga rscfile.cpp,1.44,1.45

Eugene Sandulenko sev at users.sourceforge.net
Sun Oct 2 17:26:20 CEST 2005


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

Modified Files:
	rscfile.cpp 
Log Message:
We used tabs, not spaces as identation. Fix that.


Index: rscfile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/rscfile.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- rscfile.cpp	30 Sep 2005 21:13:49 -0000	1.44
+++ rscfile.cpp	1 Oct 2005 05:30:49 -0000	1.45
@@ -441,7 +441,7 @@
 
 	ResourceContext *resourceContext;
 	ResourceContext *soundContext;
-    int i;
+	int i;
 
 	resourceContext = _vm->_resource->getContext(GAME_RESOURCEFILE);
 	if (resourceContext == NULL) {





More information about the Scummvm-git-logs mailing list