aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorVladimir Menshakov2009-09-27 05:24:45 +0000
committerVladimir Menshakov2009-09-27 05:24:45 +0000
commit6ecf67b96f8e65c265c01d5b6fdc2dcb48835781 (patch)
tree710bece7b982a4aac9bdc9e26f1ddcbdae15867b /engines
parent2f40ea11e654e888108f64be4650dc68a2c3c72f (diff)
downloadscummvm-rg350-6ecf67b96f8e65c265c01d5b6fdc2dcb48835781.tar.gz
scummvm-rg350-6ecf67b96f8e65c265c01d5b6fdc2dcb48835781.tar.bz2
scummvm-rg350-6ecf67b96f8e65c265c01d5b6fdc2dcb48835781.zip
replace spaces with tabs
svn-id: r44390
Diffstat (limited to 'engines')
-rw-r--r--engines/teenagent/objects.cpp8
1 files changed, 4 insertions, 4 deletions
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) {