summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tutankhm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tutankhm.c')
-rw-r--r--src/mame/video/tutankhm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/tutankhm.c b/src/mame/video/tutankhm.c
index 84083e367a6..9bfef47d51d 100644
--- a/src/mame/video/tutankhm.c
+++ b/src/mame/video/tutankhm.c
@@ -90,11 +90,11 @@ VIDEO_UPDATE( tutankhm )
int x, y;
get_pens(pens);
-
+
for (y = cliprect->min_y; y <= cliprect->max_y; y++)
{
UINT32 *dst = BITMAP_ADDR32(bitmap, y, 0);
-
+
for (x = cliprect->min_x; x <= cliprect->max_x; x++)
{
UINT8 effx = x ^ xorx;