summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-08 01:19:49 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-08 01:19:49 +0300
commit10d3b05b00e913ee2e396facdb8d2ed2177efb53 (patch)
tree13fba88aa929ff536ab3acb0d31d32a148ad2bf9 /src/graphics.h
parentf0f4b00290c3ae4b2b80bdef22d4ac56a863d35a (diff)
downloadmv-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.gz
mv-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.bz2
mv-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.xz
mv-10d3b05b00e913ee2e396facdb8d2ed2177efb53.zip
Fix code style.
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics.h b/src/graphics.h
index a2e25b5a8..53b4b7c72 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -279,8 +279,8 @@ class Graphics : public gcn::SDLGraphics
int mHeight;
protected:
- int SDL_FakeUpperBlit (SDL_Surface *src, SDL_Rect *srcrect,
- SDL_Surface *dst, SDL_Rect *dstrect);
+ int SDL_FakeUpperBlit(SDL_Surface *src, SDL_Rect *srcrect,
+ SDL_Surface *dst, SDL_Rect *dstrect);
int mBpp;
bool mFullscreen;