[Scummvm-cvs-logs] SF.net SVN: scummvm: [22723] residual/trunk/font.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sun May 28 08:10:03 CEST 2006


Revision: 22723
Author:   aquadran
Date:     2006-05-28 08:09:38 -0700 (Sun, 28 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22723&view=rev

Log Message:
-----------
ops, wrong whitespace cleanup

Modified Paths:
--------------
    residual/trunk/font.cpp
Modified: residual/trunk/font.cpp
===================================================================
--- residual/trunk/font.cpp	2006-05-28 15:05:13 UTC (rev 22722)
+++ residual/trunk/font.cpp	2006-05-28 15:09:38 UTC (rev 22723)
@@ -107,7 +107,7 @@
 	}
 
 	for (uint i = 0; i < _numChars; ++i) {
-	if (_charIndex[i] == c2)
+		if (_charIndex[i] == c2)
 			return i;
 	}
 	if (debugLevel == DEBUG_WARN || debugLevel == DEBUG_ALL)


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