aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorFilippos Karapetis2014-10-28 15:36:22 +0200
committerFilippos Karapetis2014-10-28 15:38:51 +0200
commitd2c69a79fe1a728ee17ca415ffce1720dae7fe99 (patch)
tree98c80fb741ce22d342915d2dcd8373710c89615b /backends/platform
parent67fec75b4e68a3a5ebfbd6a56d61fab480f282b4 (diff)
downloadscummvm-rg350-d2c69a79fe1a728ee17ca415ffce1720dae7fe99.tar.gz
scummvm-rg350-d2c69a79fe1a728ee17ca415ffce1720dae7fe99.tar.bz2
scummvm-rg350-d2c69a79fe1a728ee17ca415ffce1720dae7fe99.zip
BACKENDS: Remove trailing whitespace
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/sdl/sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp
index 41610dc0c7..4dc5929dab 100644
--- a/backends/platform/sdl/sdl.cpp
+++ b/backends/platform/sdl/sdl.cpp
@@ -390,7 +390,7 @@ Common::String OSystem_SDL::getSystemLanguage() const {
#else // WIN32
// Activating current locale settings
const Common::String locale = setlocale(LC_ALL, "");
-
+
// Restore default C locale to prevent issues with
// portability of sscanf(), atof(), etc.
// See bug #3615148