From f0ae9007f666580259ca8c120f7aaee58a63f85a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 6 May 2012 18:03:52 +0300 Subject: Fix code style. --- src/graphics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/graphics.cpp') diff --git a/src/graphics.cpp b/src/graphics.cpp index 193d3b271..b8d34aad4 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -408,8 +408,8 @@ bool Graphics::drawRescaledImage(Image *image, int srcX, int srcY, return returnValue; } -bool Graphics::drawImage(const Image *image, int srcX, int srcY, int dstX, int dstY, - int width, int height, bool) +bool Graphics::drawImage(const Image *image, int srcX, int srcY, + int dstX, int dstY, int width, int height, bool) { // Check that preconditions for blitting are met. if (!mTarget || !image || !image->mSDLSurface) -- cgit v1.2.3-70-g09d2