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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Aug 2 19:26:04 CEST 2010


Revision: 51642
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51642&view=rev
Author:   fingolfin
Date:     2010-08-02 17:26:03 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
Another formatting fix on the same line ;)

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

Modified: tools/branches/gsoc2010-decompiler/decompiler/graph.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-08-02 17:13:09 UTC (rev 51641)
+++ tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-08-02 17:26:03 UTC (rev 51642)
@@ -308,8 +308,7 @@
 		output << "\\n";
 		if (group->_startElse)
 			output << "Start of else\\n";
-		for (ElseEndIterator it = group->_endElse.begin(); it != group->_endElse.end(); ++it)
-		{
+		for (ElseEndIterator it = group->_endElse.begin(); it != group->_endElse.end(); ++it) {
 			output << boost::format("End of else at %08x\\n") % (*it)->_start->_address;
 		}
 		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