aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/debugger.cpp
diff options
context:
space:
mode:
authorSven Hesse2014-05-28 23:25:49 +0200
committerSven Hesse2014-05-28 23:25:49 +0200
commit2168d43d5d8c66cc4316e2bd0450ef108b27fda5 (patch)
tree52e2c7918e5daae268e72fa3e75c6cbc23d50a9d /engines/mads/debugger.cpp
parentf8b08874c4819d85d493f42081a336326bff1035 (diff)
downloadscummvm-rg350-2168d43d5d8c66cc4316e2bd0450ef108b27fda5.tar.gz
scummvm-rg350-2168d43d5d8c66cc4316e2bd0450ef108b27fda5.tar.bz2
scummvm-rg350-2168d43d5d8c66cc4316e2bd0450ef108b27fda5.zip
MADS: Janitorial - Trim more trailing whitespace
Diffstat (limited to 'engines/mads/debugger.cpp')
-rw-r--r--engines/mads/debugger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/debugger.cpp b/engines/mads/debugger.cpp
index f301b6c392..1ff42c5e2b 100644
--- a/engines/mads/debugger.cpp
+++ b/engines/mads/debugger.cpp
@@ -233,7 +233,7 @@ bool Debugger::Cmd_DumpVocab(int argc, const char **argv) {
}
Common::String cur = "\tNOUN_" + curVocab + " = 0x" + curId + ",\n";
-
+
outFile.writeString(cur.c_str());
}
@@ -294,7 +294,7 @@ bool Debugger::Cmd_DumpItems(int argc, const char **argv) {
}
Common::String cur = "\tOBJ_" + desc + " = " + curId + ",\n";
-
+
outFile.writeString(cur.c_str());
}