[Scummvm-cvs-logs] SF.net SVN: scummvm:[55200] scummvm/trunk/common

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Tue Jan 11 04:03:41 CET 2011


Revision: 55200
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55200&view=rev
Author:   jvprat
Date:     2011-01-11 03:03:40 +0000 (Tue, 11 Jan 2011)

Log Message:
-----------
COMMON: Fix a few space formatting issues.

Modified Paths:
--------------
    scummvm/trunk/common/macresman.cpp
    scummvm/trunk/common/textconsole.cpp

Modified: scummvm/trunk/common/macresman.cpp
===================================================================
--- scummvm/trunk/common/macresman.cpp	2011-01-11 02:05:17 UTC (rev 55199)
+++ scummvm/trunk/common/macresman.cpp	2011-01-11 03:03:40 UTC (rev 55200)
@@ -368,7 +368,7 @@
 	MacResIDArray res;
 
 	for (int i = 0; i < _resMap.numTypes; i++)
-		if (_resTypes[i].id ==  typeID) {
+		if (_resTypes[i].id == typeID) {
 			typeNum = i;
 			break;
 		}

Modified: scummvm/trunk/common/textconsole.cpp
===================================================================
--- scummvm/trunk/common/textconsole.cpp	2011-01-11 02:05:17 UTC (rev 55199)
+++ scummvm/trunk/common/textconsole.cpp	2011-01-11 03:03:40 UTC (rev 55200)
@@ -81,9 +81,9 @@
 		strncpy(buf_output, buf_input, STRINGBUFLEN);
 	}
 
-	buf_output[STRINGBUFLEN-3] = '\0';
-	buf_output[STRINGBUFLEN-2] = '\0';
-	buf_output[STRINGBUFLEN-1] = '\0';
+	buf_output[STRINGBUFLEN - 3] = '\0';
+	buf_output[STRINGBUFLEN - 2] = '\0';
+	buf_output[STRINGBUFLEN - 1] = '\0';
 	strcat(buf_output, "!\n");
 
 	if (g_system)


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