diff options
author | Eugene Sandulenko | 2009-08-12 04:36:01 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-08-12 04:36:01 +0000 |
commit | dd9ceafb8b61429d63cb6d961bf5d7c3dd63c844 (patch) | |
tree | b67ff3ee1798ad8396294a902995635763eeacb7 /backends | |
parent | 8a62c94f80029ad0d3215438174d2b3c498dc261 (diff) | |
download | scummvm-rg350-dd9ceafb8b61429d63cb6d961bf5d7c3dd63c844.tar.gz scummvm-rg350-dd9ceafb8b61429d63cb6d961bf5d7c3dd63c844.tar.bz2 scummvm-rg350-dd9ceafb8b61429d63cb6d961bf5d7c3dd63c844.zip |
Fix formatting
svn-id: r43307
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/sdl/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |