[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.224,2.225

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Oct 13 05:00:10 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv27977

Modified Files:
	gfx.cpp 
Log Message:
Whitespace change


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.224
retrieving revision 2.225
diff -u -d -r2.224 -r2.225
--- gfx.cpp	12 Oct 2003 17:33:28 -0000	2.224
+++ gfx.cpp	13 Oct 2003 11:59:48 -0000	2.225
@@ -1752,12 +1752,12 @@
 }
 
 #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++;





More information about the Scummvm-git-logs mailing list