[Scummvm-cvs-logs] SF.net SVN: scummvm:[51092] tools/branches/gsoc2010-decompiler/decompiler/ codegen.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Jul 21 20:04:46 CEST 2010


Revision: 51092
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51092&view=rev
Author:   lordhoto
Date:     2010-07-21 18:04:46 +0000 (Wed, 21 Jul 2010)

Log Message:
-----------
Strip trailing whitespaces.

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/codegen.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/codegen.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/codegen.h	2010-07-21 17:42:51 UTC (rev 51091)
+++ tools/branches/gsoc2010-decompiler/decompiler/codegen.h	2010-07-21 18:04:46 UTC (rev 51092)
@@ -223,7 +223,7 @@
 	 * @param operand Stack entry representing the operand of the operation.
 	 * @param op The operator for this entry.
 	 */
-	UnaryOpEntry(EntryPtr operand, std::string op) : 
+	UnaryOpEntry(EntryPtr operand, std::string op) :
 		StackEntry(seUnaryOp), _operand(operand), _op(op) { }
 
 	virtual std::ostream &print(std::ostream &output) const {


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