mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-30 19:11:23 +00:00
Appease the formatting gods
This commit is contained in:
parent
2cb77ed48f
commit
f62ba346e1
1 changed files with 2 additions and 2 deletions
|
@ -482,8 +482,8 @@ namespace MWGui
|
|||
return skillNameWidget;
|
||||
}
|
||||
|
||||
void StatsWindow::addSkills(const std::vector<ESM::RefId>& skills, const std::string& titleId, const std::string& titleDefault,
|
||||
MyGUI::IntCoord& coord1, MyGUI::IntCoord& coord2)
|
||||
void StatsWindow::addSkills(const std::vector<ESM::RefId>& skills, const std::string& titleId,
|
||||
const std::string& titleDefault, MyGUI::IntCoord& coord1, MyGUI::IntCoord& coord2)
|
||||
{
|
||||
// Add a line separator if there are items above
|
||||
if (!mSkillWidgets.empty())
|
||||
|
|
Loading…
Reference in a new issue