From d4e5901037f9f944f15ac1c52fa7ae272deba5a0 Mon Sep 17 00:00:00 2001
From: Edward Brown <edward.brown@stfc.ac.uk>
Date: Thu, 15 Mar 2018 11:54:39 +0000
Subject: [PATCH] Re #22048: Applied clang-format patch.

---
 MantidPlot/src/Fit.h           | 3 ++-
 MantidPlot/src/WindowFactory.h | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/MantidPlot/src/Fit.h b/MantidPlot/src/Fit.h
index 2204852328c..bd6a6bf2efd 100644
--- a/MantidPlot/src/Fit.h
+++ b/MantidPlot/src/Fit.h
@@ -48,7 +48,8 @@ public:
   using fit_function_simplex = double (*)(const gsl_vector *, void *);
   using fit_function = int (*)(const gsl_vector *, void *, gsl_vector *);
   using fit_function_df = int (*)(const gsl_vector *, void *, gsl_matrix *);
-  using fit_function_fdf = int (*)(const gsl_vector *, void *, gsl_vector *, gsl_matrix *);
+  using fit_function_fdf = int (*)(const gsl_vector *, void *, gsl_vector *,
+                                   gsl_matrix *);
 
   enum Algorithm {
     ScaledLevenbergMarquardt,
diff --git a/MantidPlot/src/WindowFactory.h b/MantidPlot/src/WindowFactory.h
index 6d7564a13fc..46e7c447554 100644
--- a/MantidPlot/src/WindowFactory.h
+++ b/MantidPlot/src/WindowFactory.h
@@ -101,7 +101,8 @@ public:
 
 class WindowFactoryImpl final {
 private:
-  using AbstractFactory = AbstractProjectInstantiator<MantidQt::API::IProjectSerialisable>;
+  using AbstractFactory =
+      AbstractProjectInstantiator<MantidQt::API::IProjectSerialisable>;
 
 public:
   WindowFactoryImpl();
@@ -172,7 +173,8 @@ private:
   }
 
   /// A typedef for the map of registered classes
-  using FactoryMap = Mantid::Kernel::CaseInsensitiveMap<std::unique_ptr<AbstractFactory> >;
+  using FactoryMap =
+      Mantid::Kernel::CaseInsensitiveMap<std::unique_ptr<AbstractFactory>>;
   /// The map holding the registered class names and their instantiators
   FactoryMap _map;
 };
-- 
GitLab