summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/sdl/sdlpixel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/sdl/sdlpixel.hpp')
-rw-r--r--src/guichan/include/guichan/sdl/sdlpixel.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/sdl/sdlpixel.hpp b/src/guichan/include/guichan/sdl/sdlpixel.hpp
index 663c2059d..a0221ca7c 100644
--- a/src/guichan/include/guichan/sdl/sdlpixel.hpp
+++ b/src/guichan/include/guichan/sdl/sdlpixel.hpp
@@ -72,7 +72,7 @@ namespace gcn
unsigned int color = 0;
- switch(bpp)
+ switch (bpp)
{
case 1:
color = *p;
@@ -127,7 +127,7 @@ namespace gcn
Uint32 pixel = SDL_MapRGB(surface->format, color.r, color.g, color.b);
- switch(bpp)
+ switch (bpp)
{
case 1:
*p = pixel;
@@ -234,7 +234,7 @@ namespace gcn
Uint32 pixel = SDL_MapRGB(surface->format, color.r, color.g, color.b);
- switch(bpp)
+ switch (bpp)
{
case 1:
*p = pixel;