From 6ecf67b96f8e65c265c01d5b6fdc2dcb48835781 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Sun, 27 Sep 2009 05:24:45 +0000 Subject: replace spaces with tabs svn-id: r44390 --- engines/teenagent/objects.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines') diff --git a/engines/teenagent/objects.cpp b/engines/teenagent/objects.cpp index 945d33b777..f42a5f3140 100644 --- a/engines/teenagent/objects.cpp +++ b/engines/teenagent/objects.cpp @@ -88,10 +88,10 @@ void Object::setName(const Common::String &new_name) { 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) { -- cgit v1.2.3