mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-01 03: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;
|
return skillNameWidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
void StatsWindow::addSkills(const std::vector<ESM::RefId>& skills, const std::string& titleId, const std::string& titleDefault,
|
void StatsWindow::addSkills(const std::vector<ESM::RefId>& skills, const std::string& titleId,
|
||||||
MyGUI::IntCoord& coord1, MyGUI::IntCoord& coord2)
|
const std::string& titleDefault, MyGUI::IntCoord& coord1, MyGUI::IntCoord& coord2)
|
||||||
{
|
{
|
||||||
// Add a line separator if there are items above
|
// Add a line separator if there are items above
|
||||||
if (!mSkillWidgets.empty())
|
if (!mSkillWidgets.empty())
|
||||||
|
|
Loading…
Reference in a new issue