summaryrefslogtreecommitdiff
path: root/src/guichan/keyinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/keyinput.cpp')
-rw-r--r--src/guichan/keyinput.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guichan/keyinput.cpp b/src/guichan/keyinput.cpp
index 906b6effe..2d936f28b 100644
--- a/src/guichan/keyinput.cpp
+++ b/src/guichan/keyinput.cpp
@@ -52,8 +52,8 @@
namespace gcn
{
- KeyInput::KeyInput(const Key& key, unsigned int type)
- :mKey(key),
+ KeyInput::KeyInput(const Key& key, unsigned int type) :
+ mKey(key),
mType(type),
mShiftPressed(false),
mControlPressed(false),