Some more code style corrections of Keymap.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user