From 35c675e2d211f4f2599eff199a3a2d04d87a6863 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 19 Apr 2005 12:22:50 +0000 Subject: Whitespace svn-id: r17690 --- backends/sdl/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/sdl') diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp index 327395169e..daa93f0c36 100644 --- a/backends/sdl/graphics.cpp +++ b/backends/sdl/graphics.cpp @@ -787,7 +787,7 @@ void OSystem_SDL::copyRectToScreen(const byte *src, int pitch, int x, int y, int byte *dst = (byte *)_screen->pixels + y * _screenWidth + x; - if (_screenWidth==pitch && pitch == w) { + if (_screenWidth == pitch && pitch == w) { memcpy(dst, src, h*w); } else { do { -- cgit v1.2.3