[Scummvm-cvs-logs] scummvm master -> cc98a1acea9998d788992d458738cc1e2dac9d4d

dhewg dhewg at wiibrew.org
Sat Jan 21 18:48:56 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cc98a1acea WEBOS: Fix whitespace error


Commit: cc98a1acea9998d788992d458738cc1e2dac9d4d
    https://github.com/scummvm/scummvm/commit/cc98a1acea9998d788992d458738cc1e2dac9d4d
Author: dhewg (dhewg at wiibrew.org)
Date: 2012-01-21T09:47:36-08:00

Commit Message:
WEBOS: Fix whitespace error

Random whitespace fix to kick off the OpenPandora toolchain on
buildbot.

Changed paths:
    backends/events/webossdl/webossdl-events.cpp



diff --git a/backends/events/webossdl/webossdl-events.cpp b/backends/events/webossdl/webossdl-events.cpp
index d01e51f..996ac48 100644
--- a/backends/events/webossdl/webossdl-events.cpp
+++ b/backends/events/webossdl/webossdl-events.cpp
@@ -376,7 +376,7 @@ bool WebOSSdlEventSource::pollEvent(Common::Event &event) {
 	if (_firstPoll) {
 		// Set the initial dimensions
 		calculateDimensions();
-		
+
 		// Having a mouse pointer on screen when not in Touchpad mode is poor
 		// interface design, because the user won't know whether to tap buttons
 		// or drag the pointer to them.  On the first poll, set the appropriate






More information about the Scummvm-git-logs mailing list