From dd9ceafb8b61429d63cb6d961bf5d7c3dd63c844 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 12 Aug 2009 04:36:01 +0000 Subject: Fix formatting svn-id: r43307 --- backends/platform/sdl/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/sdl/graphics.cpp b/backends/platform/sdl/graphics.cpp index 1192c1abff..f3e4ce626b 100644 --- a/backends/platform/sdl/graphics.cpp +++ b/backends/platform/sdl/graphics.cpp @@ -434,7 +434,7 @@ bool OSystem_SDL::loadGFXMode() { // Create the surface that contains the scaled graphics in 16 bit mode // - if(_videoMode.fullscreen) { + if (_videoMode.fullscreen) { fixupResolutionForAspectRatio(_videoMode.desiredAspectRatio, _videoMode.hardwareWidth, _videoMode.hardwareHeight); } -- cgit v1.2.3