diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:38:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:38:52 +0300 |
commit | 73fac88b0263962c90d2d649938e6a4a5b11a246 (patch) | |
tree | 2f058980977cf73a9b8fb7ccbdb727a6bfd5bb16 /src/guichan/keyinput.cpp | |
parent | 747dc30f256606e28fd932a9626da7c328114036 (diff) | |
download | plus-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.gz plus-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.bz2 plus-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.xz plus-73fac88b0263962c90d2d649938e6a4a5b11a246.zip |
fix style in guichan directory.
Diffstat (limited to 'src/guichan/keyinput.cpp')
-rw-r--r-- | src/guichan/keyinput.cpp | 4 |
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), |