Fix formatting

svn-id: r43307
This commit is contained in:
Eugene Sandulenko 2009-08-12 04:36:01 +00:00
parent 8a62c94f80
commit dd9ceafb8b

View file

@ -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);
}