[Scummvm-cvs-logs] SF.net SVN: scummvm:[44390] scummvm/trunk/engines/teenagent/objects.cpp

megath at users.sourceforge.net megath at users.sourceforge.net
Sun Sep 27 07:24:45 CEST 2009


Revision: 44390
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44390&view=rev
Author:   megath
Date:     2009-09-27 05:24:45 +0000 (Sun, 27 Sep 2009)

Log Message:
-----------
replace spaces with tabs

Modified Paths:
--------------
    scummvm/trunk/engines/teenagent/objects.cpp

Modified: scummvm/trunk/engines/teenagent/objects.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/objects.cpp	2009-09-27 05:17:00 UTC (rev 44389)
+++ scummvm/trunk/engines/teenagent/objects.cpp	2009-09-27 05:24:45 UTC (rev 44390)
@@ -88,10 +88,10 @@
 
 void Object::dump() {
 	debug(0, "object: %u %u [%u,%u,%u,%u], actor: [%u,%u,%u,%u], orientation: %u, name: %s", id, enabled,
-	      rect.left, rect.top, rect.right, rect.bottom,
-	      actor_rect.left, actor_rect.top, actor_rect.right, actor_rect.bottom,
-	      actor_orientation, name.c_str()
-	     );
+		rect.left, rect.top, rect.right, rect.bottom,
+		actor_rect.left, actor_rect.top, actor_rect.right, actor_rect.bottom,
+		actor_orientation, name.c_str()
+		);
 }
 
 Common::String Object::parse_description(const char *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