From 7e08f8108ea6ddd6dbd79e2a994eb4c726694533 Mon Sep 17 00:00:00 2001
From: Mikhail Svechnikov <m.svechnikov@fz-juelich.de>
Date: Thu, 22 Dec 2022 14:38:29 +0100
Subject: [PATCH] clang-format

---
 GUI/View/SampleDesigner/CoreAndShellForm.cpp      | 2 +-
 GUI/View/SampleDesigner/ParticleForm.cpp          | 2 +-
 Tests/Functional/Consistence/ConsistenceTests.cpp | 2 +-
 Tests/Functional/Fitting/FitTests.cpp             | 2 +-
 Tests/Suite/Common/TestSuite.h                    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/GUI/View/SampleDesigner/CoreAndShellForm.cpp b/GUI/View/SampleDesigner/CoreAndShellForm.cpp
index 330182bfa5e..c61fce2d4db 100644
--- a/GUI/View/SampleDesigner/CoreAndShellForm.cpp
+++ b/GUI/View/SampleDesigner/CoreAndShellForm.cpp
@@ -12,12 +12,12 @@
 //
 //  ************************************************************************************************
 
+#include "GUI/View/SampleDesigner/CoreAndShellForm.h"
 #include "GUI/Model/CatSample/FormFactorItemCatalog.h"
 #include "GUI/Model/Sample/CoreAndShellItem.h"
 #include "GUI/Model/Sample/FormFactorItems.h"
 #include "GUI/Model/Sample/ParticleItem.h"
 #include "GUI/Util/ActionFactory.h"
-#include "GUI/View/SampleDesigner/CoreAndShellForm.h"
 #include "GUI/View/SampleDesigner/FormLayouter.h"
 #include "GUI/View/SampleDesigner/MaterialInplaceForm.h"
 #include "GUI/View/SampleDesigner/SampleEditorController.h"
diff --git a/GUI/View/SampleDesigner/ParticleForm.cpp b/GUI/View/SampleDesigner/ParticleForm.cpp
index 191803497f0..7a726cb2035 100644
--- a/GUI/View/SampleDesigner/ParticleForm.cpp
+++ b/GUI/View/SampleDesigner/ParticleForm.cpp
@@ -12,13 +12,13 @@
 //
 //  ************************************************************************************************
 
+#include "GUI/View/SampleDesigner/ParticleForm.h"
 #include "GUI/Model/CatSample/FormFactorItemCatalog.h"
 #include "GUI/Model/Sample/FormFactorItems.h"
 #include "GUI/Model/Sample/ParticleItem.h"
 #include "GUI/Util/ActionFactory.h"
 #include "GUI/View/SampleDesigner/FormLayouter.h"
 #include "GUI/View/SampleDesigner/MaterialInplaceForm.h"
-#include "GUI/View/SampleDesigner/ParticleForm.h"
 #include "GUI/View/Tool/GroupBoxCollapser.h"
 #include <QAction>
 
diff --git a/Tests/Functional/Consistence/ConsistenceTests.cpp b/Tests/Functional/Consistence/ConsistenceTests.cpp
index 7db6ab0f776..04414010d5f 100644
--- a/Tests/Functional/Consistence/ConsistenceTests.cpp
+++ b/Tests/Functional/Consistence/ConsistenceTests.cpp
@@ -21,8 +21,8 @@
 #include "Sample/StandardSamples/PlainMultiLayerBySLDBuilder.h"
 #include "Sim/Simulation/ScatteringSimulation.h"
 #include "Sim/Simulation/SpecularSimulation.h"
-#include "Tests/SimFactory/MakeSimulations.h"
 #include "Tests/GTestWrapper/google_test.h"
+#include "Tests/SimFactory/MakeSimulations.h"
 #include <string>
 
 int compareTwoReferences(const std::string& name0, const std::string& name1, double limit);
diff --git a/Tests/Functional/Fitting/FitTests.cpp b/Tests/Functional/Fitting/FitTests.cpp
index 31ccec40c72..bac47e0be9e 100644
--- a/Tests/Functional/Fitting/FitTests.cpp
+++ b/Tests/Functional/Fitting/FitTests.cpp
@@ -26,8 +26,8 @@
 #include "Sim/Simulation/ScatteringSimulation.h"
 #include "Sim/Simulation/SpecularSimulation.h"
 #include "Tests/Functional/Fitting/SimfitTestPlan.h"
-#include "Tests/SimFactory/MakeSimulations.h"
 #include "Tests/GTestWrapper/google_test.h"
+#include "Tests/SimFactory/MakeSimulations.h"
 
 using mumufit::Parameter;
 using Units::deg;
diff --git a/Tests/Suite/Common/TestSuite.h b/Tests/Suite/Common/TestSuite.h
index 23279e07a2a..e98b48373bc 100644
--- a/Tests/Suite/Common/TestSuite.h
+++ b/Tests/Suite/Common/TestSuite.h
@@ -26,8 +26,8 @@
 #include "Sample/StandardSamples/ExemplarySamples.h"
 #include "Sim/Background/ConstantBackground.h"
 #include "Sim/Simulation/includeSimulations.h"
-#include "Tests/SimFactory/MakeSimulations.h"
 #include "Tests/GTestWrapper/google_test.h"
+#include "Tests/SimFactory/MakeSimulations.h"
 
 // By defining DISABLE_DISTRIBUTION_TESTS in the project, tests which contain particle distributions
 // can be set do DISABLED. This is useful since the tests in here are the same for Core/Py/GUI, but
-- 
GitLab