aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
diff options
context:
space:
mode:
authorFilippos Karapetis2014-10-28 16:13:40 +0200
committerFilippos Karapetis2014-10-28 16:13:40 +0200
commit3575235ca628cd7f483f0ca42eb601f82d70efb8 (patch)
treebf0a5510f79083924846c110e4d4ad1a372e5f37 /engines/tony
parente938ddcef7f40027ea3d2bae3e71730d8f74eb4b (diff)
downloadscummvm-rg350-3575235ca628cd7f483f0ca42eb601f82d70efb8.tar.gz
scummvm-rg350-3575235ca628cd7f483f0ca42eb601f82d70efb8.tar.bz2
scummvm-rg350-3575235ca628cd7f483f0ca42eb601f82d70efb8.zip
TONY: Remove trailing whitespace
Diffstat (limited to 'engines/tony')
-rw-r--r--engines/tony/mpal/lzo.cpp2
-rw-r--r--engines/tony/window.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/mpal/lzo.cpp b/engines/tony/mpal/lzo.cpp
index 314d6f3ed5..6cc2333315 100644
--- a/engines/tony/mpal/lzo.cpp
+++ b/engines/tony/mpal/lzo.cpp
@@ -116,7 +116,7 @@ int lzo1x_decompress(const byte *in, uint32 in_len, byte *out, uint32 *out_len)
*op++ = *ip++;
*op++ = *ip++;
*op++ = *ip++;
- do
+ do
*op++ = *ip++;
while (--t > 0);
diff --git a/engines/tony/window.cpp b/engines/tony/window.cpp
index c62f483a35..3b3687419b 100644
--- a/engines/tony/window.cpp
+++ b/engines/tony/window.cpp
@@ -55,7 +55,7 @@ RMWindow::~RMWindow() {
void RMWindow::init() {
Graphics::PixelFormat pixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0);
initGraphics(RM_SX, RM_SY, true, &pixelFormat);
-
+
reset();
}