aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/graphics
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-09-30 11:18:54 +0200
committerEinar Johan Trøan Sømåen2013-09-30 11:18:54 +0200
commit12e7cb401f80d8e1dee1af67817333d897508dfb (patch)
tree08c5b4452ce79d6118304725ecdaed5b2a20a824 /engines/wintermute/graphics
parent15d98724d85b33d9918125999d6f654736ef10af (diff)
downloadscummvm-rg350-12e7cb401f80d8e1dee1af67817333d897508dfb.tar.gz
scummvm-rg350-12e7cb401f80d8e1dee1af67817333d897508dfb.tar.bz2
scummvm-rg350-12e7cb401f80d8e1dee1af67817333d897508dfb.zip
WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, TransparentSurface)
Diffstat (limited to 'engines/wintermute/graphics')
-rw-r--r--engines/wintermute/graphics/transparent_surface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/graphics/transparent_surface.cpp b/engines/wintermute/graphics/transparent_surface.cpp
index ca6f29791a..470e2cc1cb 100644
--- a/engines/wintermute/graphics/transparent_surface.cpp
+++ b/engines/wintermute/graphics/transparent_surface.cpp
@@ -181,7 +181,7 @@ void doBlitOpaque(byte *ino, byte *outo, uint32 width, uint32 height, uint32 pit
void doBlitBinary(byte *ino, byte *outo, uint32 width, uint32 height, uint32 pitch, int32 inStep, int32 inoStep) {
byte *in, *out;
-
+
#ifdef SCUMM_LITTLE_ENDIAN
const int aIndex = 0;
#else