From 01c180cbfdf72f287e07f7b5fed061985886fb20 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Tue, 10 Oct 2023 08:46:05 +0200
Subject: [PATCH] clang-format

---
 GUI/Model/Detector/ResolutionFunctionItemCatalog.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/GUI/Model/Detector/ResolutionFunctionItemCatalog.cpp b/GUI/Model/Detector/ResolutionFunctionItemCatalog.cpp
index 755c40f40d9..1a5a7125a6b 100644
--- a/GUI/Model/Detector/ResolutionFunctionItemCatalog.cpp
+++ b/GUI/Model/Detector/ResolutionFunctionItemCatalog.cpp
@@ -16,8 +16,7 @@
 #include "Base/Util/Assert.h"
 #include "GUI/Model/Detector/ResolutionFunctionItems.h"
 
-ResolutionFunctionItem*
-ResolutionFunctionItemCatalog::create(Type type)
+ResolutionFunctionItem* ResolutionFunctionItemCatalog::create(Type type)
 {
     switch (type) {
     case Type::None:
-- 
GitLab