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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Aug 11 22:41:24 CEST 2010


Revision: 52000
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52000&view=rev
Author:   lordhoto
Date:     2010-08-11 20:41:24 +0000 (Wed, 11 Aug 2010)

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

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/graph.h
    tools/branches/gsoc2010-decompiler/decompiler/test/disassembler/pasc.cpp

Modified: tools/branches/gsoc2010-decompiler/decompiler/graph.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-08-11 20:39:13 UTC (rev 51999)
+++ tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-08-11 20:41:24 UTC (rev 52000)
@@ -68,7 +68,7 @@
 
 /**
  * Structure representing whether or not an edge is a jump.
- */ 
+ */
 struct IsJump {
 	bool _isJump; ///< Whether or not the edge is a jump.
 

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/disassembler/pasc.cpp
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/disassembler/pasc.cpp	2010-08-11 20:39:13 UTC (rev 51999)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/disassembler/pasc.cpp	2010-08-11 20:41:24 UTC (rev 52000)
@@ -30,7 +30,7 @@
 		//Basic machine operations
 		OPCODE(0x00, "PUSH", kStack, 0, "i");
 		OPCODE(0x01, "POP",	kStack, 0, "i");
-		OPCODE(0x02, "CALL", kCall, 0, "d"); 
+		OPCODE(0x02, "CALL", kCall, 0, "d");
 		OPCODE(0x03, "RETURN", kReturn, 0, "");
 		OPCODE(0x04, "HALT", kSpecial, 0, "");
 
@@ -101,7 +101,7 @@
 		OPCODE(0xB6, "SSTORE [SB]", kStore, -6, "");
 		OPCODE(0xB7, "SSTORE", kStore, -6, "");
 		OPCODE(0xB8, "SLOAD [SB]", kLoad, -6, "");
-		OPCODE(0xB9, "SLOAD", kLoad, -6, "");		
+		OPCODE(0xB9, "SLOAD", kLoad, -6, "");
 
 		//8-bit operations
 		OPCODE(0xC0, "BADD", kBinaryOp, -1, "");


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