From f146cd42ce84a08879eb286ecd2ed2aa8ad82300 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 28 Feb 2014 15:46:02 +0300 Subject: fix code style. --- src/render/mobileopenglgraphics.cpp | 2 +- src/render/normalopenglgraphics.cpp | 2 +- src/render/nullopenglgraphics.cpp | 2 +- src/render/safeopenglgraphics.cpp | 2 +- src/render/sdl2graphics.cpp | 2 +- src/render/sdl2softwaregraphics.cpp | 2 +- src/render/sdlgraphics.cpp | 2 +- src/render/surfacegraphics.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/render') diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp index 6925f47d0..86707fac8 100644 --- a/src/render/mobileopenglgraphics.cpp +++ b/src/render/mobileopenglgraphics.cpp @@ -220,7 +220,7 @@ static inline void drawRescaledQuad(const Image *const image, } bool MobileOpenGLGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { return drawImageInline(image, dstX, dstY); } diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp index 916002f26..6bc25be32 100644 --- a/src/render/normalopenglgraphics.cpp +++ b/src/render/normalopenglgraphics.cpp @@ -287,7 +287,7 @@ static inline void drawRescaledQuad(const Image *const image, } bool NormalOpenGLGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { return drawImageInline(image, dstX, dstY); } diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index 159ccea94..d09d7b13b 100644 --- a/src/render/nullopenglgraphics.cpp +++ b/src/render/nullopenglgraphics.cpp @@ -140,7 +140,7 @@ static inline void drawRescaledQuad(const Image *const image A_UNUSED, } bool NullOpenGLGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { return drawImageInline(image, dstX, dstY); } diff --git a/src/render/safeopenglgraphics.cpp b/src/render/safeopenglgraphics.cpp index a739a4904..faf2de76e 100644 --- a/src/render/safeopenglgraphics.cpp +++ b/src/render/safeopenglgraphics.cpp @@ -143,7 +143,7 @@ static inline void drawRescaledQuad(const Image *const image, } bool SafeOpenGLGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { return drawImageInline(image, dstX, dstY); } diff --git a/src/render/sdl2graphics.cpp b/src/render/sdl2graphics.cpp index ebfcdb226..8c78c8cdd 100644 --- a/src/render/sdl2graphics.cpp +++ b/src/render/sdl2graphics.cpp @@ -158,7 +158,7 @@ bool SDLGraphics::drawRescaledImage(const Image *const image, } bool SDLGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { return drawImageInline(image, dstX, dstY); } diff --git a/src/render/sdl2softwaregraphics.cpp b/src/render/sdl2softwaregraphics.cpp index 8fe83188f..0844cd52e 100644 --- a/src/render/sdl2softwaregraphics.cpp +++ b/src/render/sdl2softwaregraphics.cpp @@ -110,7 +110,7 @@ bool SDL2SoftwareGraphics::drawRescaledImage(const Image *const image, } bool SDL2SoftwareGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { return drawImageInline(image, dstX, dstY); } diff --git a/src/render/sdlgraphics.cpp b/src/render/sdlgraphics.cpp index 5d1589424..44dcc426d 100644 --- a/src/render/sdlgraphics.cpp +++ b/src/render/sdlgraphics.cpp @@ -104,7 +104,7 @@ bool SDLGraphics::drawRescaledImage(const Image *const image, } bool SDLGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { return drawImageInline(image, dstX, dstY); } diff --git a/src/render/surfacegraphics.cpp b/src/render/surfacegraphics.cpp index d9cb03136..e6aee752f 100644 --- a/src/render/surfacegraphics.cpp +++ b/src/render/surfacegraphics.cpp @@ -43,7 +43,7 @@ SurfaceGraphics::~SurfaceGraphics() } bool SurfaceGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { FUNC_BLOCK("Graphics::drawImage", 1) // Check that preconditions for blitting are met. -- cgit v1.2.3-70-g09d2