aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/callbacks.cpp
diff options
context:
space:
mode:
authorMax Horn2009-09-04 20:09:29 +0000
committerMax Horn2009-09-04 20:09:29 +0000
commit4ae8f43be3394927a9b8b71dfaaaff4a87aa2f69 (patch)
treee6dd0dd773cb6f8c0978230ff197e4b52af2a30b /engines/teenagent/callbacks.cpp
parent088c5dada3040fd2f0d0df04d12156610786a0e2 (diff)
downloadscummvm-rg350-4ae8f43be3394927a9b8b71dfaaaff4a87aa2f69.tar.gz
scummvm-rg350-4ae8f43be3394927a9b8b71dfaaaff4a87aa2f69.tar.bz2
scummvm-rg350-4ae8f43be3394927a9b8b71dfaaaff4a87aa2f69.zip
TEEN: Some whitespace fixes
svn-id: r43946
Diffstat (limited to 'engines/teenagent/callbacks.cpp')
-rw-r--r--engines/teenagent/callbacks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp
index 4d79f24a00..7ad369009e 100644
--- a/engines/teenagent/callbacks.cpp
+++ b/engines/teenagent/callbacks.cpp
@@ -1816,7 +1816,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
}
//unimplemented callback :(
- for(uint i = 0; i < 32; ++i) {
+ for (uint i = 0; i < 32; ++i) {
debug(0, "code[%u] = %02x ", i, code[i]);
}
//error("invalid callback %04x called", addr);