From 6317f3e0c1e2c6d2e88dd99443e7f45f7bb77f44 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 25 Feb 2012 19:35:14 +0300 Subject: Fix code style. --- src/guichan/include/guichan/sdl/sdlpixel.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/guichan') diff --git a/src/guichan/include/guichan/sdl/sdlpixel.hpp b/src/guichan/include/guichan/sdl/sdlpixel.hpp index bfd08341b..f56100b4a 100644 --- a/src/guichan/include/guichan/sdl/sdlpixel.hpp +++ b/src/guichan/include/guichan/sdl/sdlpixel.hpp @@ -124,7 +124,8 @@ namespace gcn SDL_LockSurface(surface); - Uint8 *p = static_cast(surface->pixels) + y * surface->pitch + x * bpp; + Uint8 *p = static_cast(surface->pixels) + + y * surface->pitch + x * bpp; Uint32 pixel = SDL_MapRGB(surface->format, color.r, color.g, color.b); -- cgit v1.2.3-60-g2f50