mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Appease the formatting gods
This commit is contained in:
parent
2cb77ed48f
commit
f62ba346e1
@ -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…
x
Reference in New Issue
Block a user