diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-27 20:22:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-27 21:52:59 +0300 |
commit | 53ae7cee19c269a6ebf53e468825305d448ff006 (patch) | |
tree | fb43a66adaacc3bb2e42a8d346b5d267f2b807c8 /src/surfacegraphics.cpp | |
parent | eb9841897bbe93da6aa4ca2537a3e22b3a868d98 (diff) | |
download | plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.gz plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.bz2 plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.xz plus-53ae7cee19c269a6ebf53e468825305d448ff006.zip |
fix code style.
Diffstat (limited to 'src/surfacegraphics.cpp')
-rw-r--r-- | src/surfacegraphics.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
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. |