code indent

This commit is contained in:
Stanislav Shwartsman 2012-09-15 10:03:22 +00:00
parent 4eaa72a32f
commit e0aea74693

View File

@ -2119,6 +2119,7 @@ BX_CPP_INLINE Bit32u compute_raster_hash(const raster_info *info)
const Bit8u *dither4 = NULL; \
const Bit8u *dither = NULL \
#define COMPUTE_DITHER_POINTERS(FBZMODE, YY) \
do \
{ \
@ -2621,7 +2622,6 @@ do \
fg = fogcolor.rgb.g; \
fb = fogcolor.rgb.b; \
} \
\
/* non-constant fog comes from several sources */ \
else \
{ \
@ -2700,7 +2700,6 @@ do \
(GG) += fg; \
(BB) += fb; \
} \
\
/* otherwise this just becomes the new color */ \
else \
{ \