diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-08 01:19:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-08 01:19:49 +0300 |
commit | 10d3b05b00e913ee2e396facdb8d2ed2177efb53 (patch) | |
tree | 13fba88aa929ff536ab3acb0d31d32a148ad2bf9 /src/graphics.h | |
parent | f0f4b00290c3ae4b2b80bdef22d4ac56a863d35a (diff) | |
download | plus-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.gz plus-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.bz2 plus-10d3b05b00e913ee2e396facdb8d2ed2177efb53.tar.xz plus-10d3b05b00e913ee2e396facdb8d2ed2177efb53.zip |
Fix code style.
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 4 |
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; |