BACKENDS: Remove trailing whitespace

This commit is contained in:
Filippos Karapetis 2014-10-28 15:36:22 +02:00
parent 67fec75b4e
commit d2c69a79fe
3 changed files with 5 additions and 5 deletions

View file

@ -282,7 +282,7 @@ bool OpenGLSdlGraphicsManager::setupMode(uint width, uint height) {
if (!_fullscreenVideoModes.empty()) {
VideoModeArray::const_iterator i = _fullscreenVideoModes.end();
--i;
_desiredFullscreenWidth = i->width;
_desiredFullscreenHeight = i->height;
} else {