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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jun 18 03:58:03 CEST 2010


Revision: 49988
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49988&view=rev
Author:   lordhoto
Date:     2010-06-18 01:58:03 +0000 (Fri, 18 Jun 2010)

Log Message:
-----------
Remove some trailing whitespaces.

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/control_flow.cpp
    tools/branches/gsoc2010-decompiler/decompiler/graph.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/control_flow.cpp
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/control_flow.cpp	2010-06-18 01:48:56 UTC (rev 49987)
+++ tools/branches/gsoc2010-decompiler/decompiler/control_flow.cpp	2010-06-18 01:58:03 UTC (rev 49988)
@@ -97,10 +97,10 @@
 	for (OutEdgeIterator e = r.first; e != r.second; e++) {
 		boost::add_edge(g1, boost::target(*e, _g), _g);
 	}
-	
+
 	//Remove edges to/from g2
 	boost::clear_vertex(g2, _g);
-	//Remove vertex	
+	//Remove vertex
 	boost::remove_vertex(g2, _g);
 }
 

Modified: tools/branches/gsoc2010-decompiler/decompiler/graph.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-06-18 01:48:56 UTC (rev 49987)
+++ tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-06-18 01:58:03 UTC (rev 49988)
@@ -86,7 +86,7 @@
 							output << *it;
 				}
 			}
-			output << boost::format(" (%d)") % inst->_stackChange << "\\n";	
+			output << boost::format(" (%d)") % inst->_stackChange << "\\n";
 		} while (inst++ != group._end);
 		return output;
 	}


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