diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-09 02:15:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-09 04:03:03 +0300 |
commit | 333745260338c876989744468a5f9c707e9bcc66 (patch) | |
tree | 46a2a99bd2b1a88810f016896a77d4ddd872ec63 /src/inputmanager.h | |
parent | e60ac0a6bc0fd662cb7a5834896b3953a1bd07e8 (diff) | |
download | plus-333745260338c876989744468a5f9c707e9bcc66.tar.gz plus-333745260338c876989744468a5f9c707e9bcc66.tar.bz2 plus-333745260338c876989744468a5f9c707e9bcc66.tar.xz plus-333745260338c876989744468a5f9c707e9bcc66.zip |
Fix code style.
Diffstat (limited to 'src/inputmanager.h')
-rw-r--r-- | src/inputmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputmanager.h b/src/inputmanager.h index 0c78e1e09..374b402fb 100644 --- a/src/inputmanager.h +++ b/src/inputmanager.h @@ -146,7 +146,7 @@ class InputManager int mNewKeyIndex; /**< Index of new key to be assigned */ - KeyFunction mKey[Input::KEY_TOTAL]; /**< Pointer to all the key data */ + KeyFunction mKey[Input::KEY_TOTAL]; /**< Pointer to all the key data */ }; extern InputManager inputManager; |