[Scummvm-cvs-logs] SF.net SVN: scummvm: [21362] scummvm/trunk/gui/eval.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Mar 18 04:44:04 CET 2006


Revision: 21362
Author:   sev
Date:     2006-03-18 04:43:00 -0800 (Sat, 18 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21362&view=rev

Log Message:
-----------
Remove trailing whitespaces

Modified Paths:
--------------
    scummvm/trunk/gui/eval.cpp
Modified: scummvm/trunk/gui/eval.cpp
===================================================================
--- scummvm/trunk/gui/eval.cpp	2006-03-18 12:42:24 UTC (rev 21361)
+++ scummvm/trunk/gui/eval.cpp	2006-03-18 12:43:00 UTC (rev 21362)
@@ -205,8 +205,8 @@
 	
 	if (!_tokenType && isdelim(_input[_pos])) {
 		*temp++ = _input[_pos++];
-		*temp = 0;                                                      
-		_tokenType = tDelimiter;                                
+		*temp = 0;
+		_tokenType = tDelimiter;
 	}
 }
 


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