From f62ba346e17aa4a9b6b469010032d91c989f4dc0 Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Tue, 6 Jun 2023 21:02:46 +0200 Subject: [PATCH] Appease the formatting gods --- apps/openmw/mwgui/statswindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openmw/mwgui/statswindow.cpp b/apps/openmw/mwgui/statswindow.cpp index 25bc3aee90..4bd82faa70 100644 --- a/apps/openmw/mwgui/statswindow.cpp +++ b/apps/openmw/mwgui/statswindow.cpp @@ -482,8 +482,8 @@ namespace MWGui return skillNameWidget; } - void StatsWindow::addSkills(const std::vector& skills, const std::string& titleId, const std::string& titleDefault, - MyGUI::IntCoord& coord1, MyGUI::IntCoord& coord2) + void StatsWindow::addSkills(const std::vector& 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())