aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/globals.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-08 11:43:23 +0300
committerFilippos Karapetis2014-05-08 11:43:23 +0300
commitb7dd01fdefd910c3c0f6291145ceab4060ae1a70 (patch)
tree12e16d4a4362011d5954e6020d85a9bdb0cd5e31 /engines/mads/globals.cpp
parent2502bd89966f8b6398be4fc0428aaba1831ad530 (diff)
downloadscummvm-rg350-b7dd01fdefd910c3c0f6291145ceab4060ae1a70.tar.gz
scummvm-rg350-b7dd01fdefd910c3c0f6291145ceab4060ae1a70.tar.bz2
scummvm-rg350-b7dd01fdefd910c3c0f6291145ceab4060ae1a70.zip
MADS: Remove trailing whitespace
Diffstat (limited to 'engines/mads/globals.cpp')
-rw-r--r--engines/mads/globals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/globals.cpp b/engines/mads/globals.cpp
index 2343dd9c68..f46ca1eb65 100644
--- a/engines/mads/globals.cpp
+++ b/engines/mads/globals.cpp
@@ -39,7 +39,7 @@ void Globals::synchronize(Common::Serializer &s) {
for (int idx = 0; idx < count; ++idx) {
v = _data[idx];
s.syncAsSint16LE(v);
- }
+ }
} else {
_data.clear();
for (int idx = 0; idx < count; ++idx) {