From eef6c5dd90d17b0166f1c13a4f6ec50d67e90646 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Thu, 14 Apr 2011 23:02:18 +0200 Subject: SWORD25: Silly whitespace fix. --- engines/sword25/gfx/image/renderedimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25/gfx') diff --git a/engines/sword25/gfx/image/renderedimage.cpp b/engines/sword25/gfx/image/renderedimage.cpp index 1cc5d50e90..b740c0ec68 100644 --- a/engines/sword25/gfx/image/renderedimage.cpp +++ b/engines/sword25/gfx/image/renderedimage.cpp @@ -267,7 +267,7 @@ bool RenderedImage::blit(int posX, int posY, int flipping, Common::Rect *pPartRe out = outo; in = ino; for (int j = 0; j < img->w; j++) { - uint32 pix = *(uint32*)in; + uint32 pix = *(uint32 *)in; int b = (pix >> 0) & 0xff; int g = (pix >> 8) & 0xff; int r = (pix >> 16) & 0xff; -- cgit v1.2.3