From 53ae7cee19c269a6ebf53e468825305d448ff006 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Aug 2013 20:22:09 +0300 Subject: fix code style. --- src/surfacegraphics.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/surfacegraphics.cpp') diff --git a/src/surfacegraphics.cpp b/src/surfacegraphics.cpp index b1c8dd148..6dbb3ff70 100644 --- a/src/surfacegraphics.cpp +++ b/src/surfacegraphics.cpp @@ -51,8 +51,9 @@ SurfaceGraphics::~SurfaceGraphics() } bool SurfaceGraphics::drawImage2(const Image *const image, int srcX, int srcY, - int dstX, int dstY, const int width, - const int height, const bool useColor A_UNUSED) + int dstX, int dstY, + const int width, const int height, + const bool useColor A_UNUSED) { FUNC_BLOCK("Graphics::drawImage2", 1) // Check that preconditions for blitting are met. -- cgit v1.2.3-60-g2f50