diff --git a/GUI/View/Instrument/AlphaScanEditor.cpp b/GUI/View/Instrument/AlphaScanEditor.cpp
index db34f709413a7a0dab8fe365eb722c773da27c2a..d92acf4fb945675caaee9b61e263bd40687a07af 100644
--- a/GUI/View/Instrument/AlphaScanEditor.cpp
+++ b/GUI/View/Instrument/AlphaScanEditor.cpp
@@ -16,9 +16,9 @@
 #include "Base/Util/Assert.h"
 #include "GUI/Model/Device/GrazingScanItem.h"
 #include "GUI/Model/Device/PointwiseAxisItem.h"
+#include "GUI/View/Device/SphericalAxisForm.h"
 #include "GUI/View/Instrument/DistributionEditor.h"
 #include "GUI/View/Instrument/DistributionPlot.h"
-#include "GUI/View/Device/SphericalAxisForm.h"
 #include "GUI/View/Tool/GroupBoxCollapser.h"
 #include <QComboBox>
 #include <QFormLayout>
diff --git a/GUI/View/Instrument/DepthprobeInstrumentEditor.cpp b/GUI/View/Instrument/DepthprobeInstrumentEditor.cpp
index 524062408291e9d6c55b6324b2c3f1df7e675624..caf3ff358979c134e77241a72c6ed9c552000c74 100644
--- a/GUI/View/Instrument/DepthprobeInstrumentEditor.cpp
+++ b/GUI/View/Instrument/DepthprobeInstrumentEditor.cpp
@@ -16,9 +16,9 @@
 #include "GUI/Model/Device/BeamWavelengthItem.h"
 #include "GUI/Model/Device/InstrumentItems.h"
 #include "GUI/View/Device/AxisPropertyForm.h"
-#include "GUI/View/Instrument/DistributionEditor.h"
-#include "GUI/View/Instrument/AlphaScanEditor.h"
 #include "GUI/View/Device/SphericalAxisForm.h"
+#include "GUI/View/Instrument/AlphaScanEditor.h"
+#include "GUI/View/Instrument/DistributionEditor.h"
 #include "GUI/View/Tool/GroupBoxCollapser.h"
 #include <QGridLayout>
 #include <QVBoxLayout>
diff --git a/GUI/View/Instrument/GISASInstrumentEditor.cpp b/GUI/View/Instrument/GISASInstrumentEditor.cpp
index bdaaaab12002dfec4953621b7aa3f327e01efaef..3f21dc8cdd394bf919c915399ae127a18517954c 100644
--- a/GUI/View/Instrument/GISASInstrumentEditor.cpp
+++ b/GUI/View/Instrument/GISASInstrumentEditor.cpp
@@ -14,8 +14,8 @@
 
 #include "GUI/View/Instrument/GISASInstrumentEditor.h"
 #include "GUI/Model/Device/InstrumentItems.h"
-#include "GUI/View/Instrument/DetectorEditor.h"
 #include "GUI/View/Device/BackgroundForm.h"
+#include "GUI/View/Instrument/DetectorEditor.h"
 #include "GUI/View/Instrument/GISASBeamEditor.h"
 #include "GUI/View/Instrument/PolarizationAnalysisEditor.h"
 
diff --git a/GUI/View/Instrument/SpecularBeamEditor.cpp b/GUI/View/Instrument/SpecularBeamEditor.cpp
index 7270bffb4e4698bffbff5157e300c103c34946a0..56a469b9a8f8eaf3c770ceaa28a6f6ef03d58093 100644
--- a/GUI/View/Instrument/SpecularBeamEditor.cpp
+++ b/GUI/View/Instrument/SpecularBeamEditor.cpp
@@ -17,9 +17,9 @@
 #include "GUI/Model/Device/BeamItems.h"
 #include "GUI/Model/Device/BeamWavelengthItem.h"
 #include "GUI/View/Common/FixupDoubleValidator.h"
-#include "GUI/View/Instrument/DistributionEditor.h"
 #include "GUI/View/Device/FootprintForm.h"
 #include "GUI/View/Instrument/AlphaScanEditor.h"
+#include "GUI/View/Instrument/DistributionEditor.h"
 #include "GUI/View/Instrument/InstrumentEditController.h"
 #include "GUI/View/Tool/GroupBoxCollapser.h"
 #include <QDoubleValidator>
@@ -78,8 +78,7 @@ SpecularBeamEditor::SpecularBeamEditor(QWidget* parent, ScanItem* item,
     connect(inclinationEditor, &AlphaScanEditor::dataChanged, wavelengthEditor,
             &DistributionEditor::updateData);
 
-    connect(footprintEditor, &FootprintForm::dataChanged, this,
-            &SpecularBeamEditor::dataChanged);
+    connect(footprintEditor, &FootprintForm::dataChanged, this, &SpecularBeamEditor::dataChanged);
 
     // validate value while typing
     connect(intensityLineEdit, &QLineEdit::textEdited, [=]() {