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

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Fri Jun 18 00:43:00 CEST 2010


Revision: 49958
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49958&view=rev
Author:   pidgeot
Date:     2010-06-17 22:42:59 +0000 (Thu, 17 Jun 2010)

Log Message:
-----------
Return of the format fix

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-06-17 22:37:43 UTC (rev 49957)
+++ tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-06-17 22:42:59 UTC (rev 49958)
@@ -66,7 +66,7 @@
 	 * @param group  The Group to output.
 	 * @return The std::ostream used for output.
 	 */
-	friend std::ostream &operator<< (std::ostream &output, Group &group) {
+	friend std::ostream &operator<<(std::ostream &output, Group &group) {
 		InstIterator inst = group._start;
 		do {
 			output << boost::format("%08x: %s") % inst->_address % inst->_name;


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