From b7dd01fdefd910c3c0f6291145ceab4060ae1a70 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 8 May 2014 11:43:23 +0300 Subject: MADS: Remove trailing whitespace --- engines/mads/globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/globals.cpp') 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) { -- cgit v1.2.3