Some more code style corrections of Keymap.

This commit is contained in:
Humdinger
2014-01-03 19:44:12 +01:00
parent 7727da7d3d
commit f6c5dbf81c
6 changed files with 13 additions and 13 deletions
@@ -729,7 +729,7 @@ ModifierKeysWindow::_DuplicateKeys()
uint32 left = 0;
uint32 right = 0;
switch(key) {
switch (key) {
case MENU_ITEM_SHIFT:
left = fCurrentMap->left_shift_key;
right = fCurrentMap->right_shift_key;