diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-20 01:04:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-20 01:04:45 +0300 |
commit | cac6971864965008456188f96008e5711d214a32 (patch) | |
tree | 2164fbf9c0041a758e0e3e85b163354976dbc9f8 /src/gui | |
parent | 0b7e752bd177c90a05ca752fa31810f9e34c432c (diff) | |
download | plus-cac6971864965008456188f96008e5711d214a32.tar.gz plus-cac6971864965008456188f96008e5711d214a32.tar.bz2 plus-cac6971864965008456188f96008e5711d214a32.tar.xz plus-cac6971864965008456188f96008e5711d214a32.zip |
Fix code style.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/dropdown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/dropdown.cpp b/src/gui/widgets/dropdown.cpp index 5ecfba84d..0fc3675a2 100644 --- a/src/gui/widgets/dropdown.cpp +++ b/src/gui/widgets/dropdown.cpp @@ -237,7 +237,7 @@ void DropDown::keyPressed(gcn::KeyEvent& keyEvent) int actionId = static_cast<KeyEvent*>(&keyEvent)->getActionId(); - switch(actionId) + switch (actionId) { case Input::KEY_GUI_SELECT: case Input::KEY_GUI_SELECT2: |