1
0
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:
Evil Eye 2023-06-06 21:02:46 +02:00
parent 2cb77ed48f
commit f62ba346e1

View File

@ -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())