[Scummvm-cvs-logs] scummvm master -> 60d4367f3cb8aa2020adb9c36fb81c9a6be5dd7e

lordhoto lordhoto at gmail.com
Sat Feb 13 00:36:40 CET 2016


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:
60d4367f3c SCI: Formatting fix.


Commit: 60d4367f3cb8aa2020adb9c36fb81c9a6be5dd7e
    https://github.com/scummvm/scummvm/commit/60d4367f3cb8aa2020adb9c36fb81c9a6be5dd7e
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-02-13T00:36:06+01:00

Commit Message:
SCI: Formatting fix.

Changed paths:
    engines/sci/event.cpp



diff --git a/engines/sci/event.cpp b/engines/sci/event.cpp
index c260e23..9a87c6d 100644
--- a/engines/sci/event.cpp
+++ b/engines/sci/event.cpp
@@ -173,7 +173,7 @@ SciEvent EventManager::getScummVMEvent() {
 		return input;
 	}
 
-	int	scummVMKeyFlags;
+	int scummVMKeyFlags;
 
 	switch (ev.type) {
 	case Common::EVENT_KEYDOWN:






More information about the Scummvm-git-logs mailing list