aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-10-13 11:59:48 +0000
committerTorbjörn Andersson2003-10-13 11:59:48 +0000
commit472e7d679051b6dfa64822ecaa70c040112b0dc3 (patch)
tree004863fc0457b09642a8665fe05ce88ce5ce084d /scumm
parentea510ef616c2da4cb9712ce6fa98733636491c54 (diff)
downloadscummvm-rg350-472e7d679051b6dfa64822ecaa70c040112b0dc3.tar.gz
scummvm-rg350-472e7d679051b6dfa64822ecaa70c040112b0dc3.tar.bz2
scummvm-rg350-472e7d679051b6dfa64822ecaa70c040112b0dc3.zip
Whitespace change
svn-id: r10776
Diffstat (limited to 'scumm')
-rw-r--r--scumm/gfx.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index a7007e9d91..a23fa681e9 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1752,12 +1752,12 @@ void Gdi::decompressMaskImgOr(byte *dst, const byte *src, int height) {
}
#define READ_BIT (cl--, bit = bits&1, bits>>=1,bit)
-#define FILL_BITS do { \
- if (cl <= 8) { \
- bits |= (*src++ << cl); \
- cl += 8; \
- } \
- } while (0)
+#define FILL_BITS do { \
+ if (cl <= 8) { \
+ bits |= (*src++ << cl); \
+ cl += 8; \
+ } \
+ } while (0)
void Gdi::unkDecodeA(byte *dst, const byte *src, int height) {
byte color = *src++;