From 81823c0836c80f178d2a72400eb8aff7366ff788 Mon Sep 17 00:00:00 2001
From: Nick Draper <nick.draper@stfc.ac.uk>
Date: Fri, 9 Oct 2015 10:46:07 +0100
Subject: [PATCH] more clang formatting chnages

re #13347
---
 .../Algorithms/FitPowderDiffPeaks.h                   | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/Framework/CurveFitting/inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h b/Framework/CurveFitting/inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h
index dccb211641b..5436f304f29 100644
--- a/Framework/CurveFitting/inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h
+++ b/Framework/CurveFitting/inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h
@@ -122,11 +122,12 @@ private:
   //---------------------------------------------------------------------------
 
   /// Fit single peak in robust mode (no hint)
-  bool fitSinglePeakRobust(Functions::BackToBackExponential_sptr peak,
-                           Functions::BackgroundFunction_sptr backgroundfunction,
-                           double leftdev, double rightdev,
-                           std::map<std::string, double> rightpeakparammap,
-                           double &finalchi2);
+  bool
+  fitSinglePeakRobust(Functions::BackToBackExponential_sptr peak,
+                      Functions::BackgroundFunction_sptr backgroundfunction,
+                      double leftdev, double rightdev,
+                      std::map<std::string, double> rightpeakparammap,
+                      double &finalchi2);
 
   /// Fit signle peak by Monte Carlo/simulated annealing
   bool
-- 
GitLab