mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 03:11:34 +00: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…
Reference in a new issue