diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-30 22:53:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 12:50:04 +0300 |
commit | 85c5fc06d49e8309d273873d31448688bd494d49 (patch) | |
tree | 80d83e16ef273c147b0d1915edca44baf6899933 /src/utils | |
parent | 60d90692e487948b77edcac63acbef34254cea5b (diff) | |
download | plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.gz plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.bz2 plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.xz plus-85c5fc06d49e8309d273873d31448688bd494d49.zip |
fix code style and some minor issues.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/sdlcheckutils.cpp | 4 | ||||
-rw-r--r-- | src/utils/sdlcheckutils.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/sdlcheckutils.cpp b/src/utils/sdlcheckutils.cpp index ee2f41b77..50adedb28 100644 --- a/src/utils/sdlcheckutils.cpp +++ b/src/utils/sdlcheckutils.cpp @@ -185,8 +185,8 @@ SDL_Surface *FakeTTF_RenderUTF8_Blended(_TTF_Font *const font, } SDL_Surface *FakeSDL_DisplayFormat(SDL_Surface *const surface, - const char *const file, - const unsigned line) + const char *const file, + const unsigned line) { return addSurface("SDL_DisplayFormat", SDL_DisplayFormat(surface), file, line); diff --git a/src/utils/sdlcheckutils.h b/src/utils/sdlcheckutils.h index 5bfdad3ed..b1f1a0821 100644 --- a/src/utils/sdlcheckutils.h +++ b/src/utils/sdlcheckutils.h @@ -68,8 +68,8 @@ SDL_Surface *FakeSDL_DisplayFormat(SDL_Surface *const surface, const unsigned line); SDL_Surface *FakeSDL_DisplayFormatAlpha(SDL_Surface *const surface, - const char *const file, - const unsigned line); + const char *const file, + const unsigned line); #endif // DEBUG_SDL_SURFACES #endif // UTILS_SDLCHECKUTILS_H |