From c63e9d4caa9e76d4a5b07b772360e92292183108 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 12 Jul 2022 17:55:04 -0400 Subject: [PATCH] Style --- src/frontends/qt/GuiApplication.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiApplication.cpp b/src/frontends/qt/GuiApplication.cpp index b277843574..3e707ac878 100644 --- a/src/frontends/qt/GuiApplication.cpp +++ b/src/frontends/qt/GuiApplication.cpp @@ -553,7 +553,8 @@ QString getAlias(QString name) { return name; } -} +} // namespace + IconInfo iconInfo(FuncRequest const & f, bool unknown, bool rtl) { -- 2.39.5