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

lordhoto lordhoto at gmail.com
Fri Dec 30 17:54:06 CET 2011


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:
b3f265696f COMMON: Slight formatting fix.


Commit: b3f265696ffbf7d91e8ee303458ae78571cb6b68
    https://github.com/scummvm/scummvm/commit/b3f265696ffbf7d91e8ee303458ae78571cb6b68
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-12-30T08:52:40-08:00

Commit Message:
COMMON: Slight formatting fix.

Changed paths:
    common/keyboard.h



diff --git a/common/keyboard.h b/common/keyboard.h
index 2fd6b43..e6db086 100644
--- a/common/keyboard.h
+++ b/common/keyboard.h
@@ -292,7 +292,7 @@ struct KeyState {
 	 *    if (keystate.flags & KBD_CTRL) { ... }
 	 */
 	bool hasFlags(byte f) const {
-		assert (!(f & KBD_STICKY));
+		assert(!(f & KBD_STICKY));
 		return f == (flags & ~KBD_STICKY);
 	}
 






More information about the Scummvm-git-logs mailing list