mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 03:57:51 +03:00
Better indentation
This commit is contained in:
parent
d55682f833
commit
60a345f5cc
1 changed files with 3 additions and 3 deletions
|
@ -83,8 +83,8 @@ namespace MWGui
|
|||
{
|
||||
MWWorld::Ptr player = MWMechanics::getPlayer();
|
||||
MWWorld::InventoryStore& store = player.getClass().getInventoryStore(player);
|
||||
switch (mKey[index].type)
|
||||
{
|
||||
switch (mKey[index].type)
|
||||
{
|
||||
case Type_Unassigned:
|
||||
case Type_HandToHand:
|
||||
case Type_Magic:
|
||||
|
@ -107,7 +107,7 @@ namespace MWGui
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void QuickKeysMenu::onOpen()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue