diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-18 23:08:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-18 23:08:12 +0300 |
commit | 55d43e6dfd890df0ce7b26f6c9cb5692e2c136b1 (patch) | |
tree | a105b3cc7277170e3d51b70d362540bae4483d5f /src/input | |
parent | f1558113c591ccdca3596b900c4cbcfc56644860 (diff) | |
download | plus-55d43e6dfd890df0ce7b26f6c9cb5692e2c136b1.tar.gz plus-55d43e6dfd890df0ce7b26f6c9cb5692e2c136b1.tar.bz2 plus-55d43e6dfd890df0ce7b26f6c9cb5692e2c136b1.tar.xz plus-55d43e6dfd890df0ce7b26f6c9cb5692e2c136b1.zip |
Fix some style issues.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputactionmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 402056ecc..ed8cddb92 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -56,7 +56,8 @@ // keyData must be in same order as enum keyAction. static const InputActionData inputActionData - [CAST_SIZE(InputAction::TOTAL)] = { + [CAST_SIZE(InputAction::TOTAL)] = + { {"keyMoveUp", addKey(SDLK_UP), emptyKey, |