From 039e158ad41b3059d91ce140634751b2aea4ba6c Mon Sep 17 00:00:00 2001
From: Anthony Lim <anthony.lim@stfc.ac.uk>
Date: Tue, 26 Sep 2017 08:43:46 +0100
Subject: [PATCH] refs #20620 clang format

---
 Framework/Algorithms/src/PhaseQuadMuon.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Framework/Algorithms/src/PhaseQuadMuon.cpp b/Framework/Algorithms/src/PhaseQuadMuon.cpp
index bf0f16951de..b87f0d41f67 100644
--- a/Framework/Algorithms/src/PhaseQuadMuon.cpp
+++ b/Framework/Algorithms/src/PhaseQuadMuon.cpp
@@ -232,7 +232,8 @@ PhaseQuadMuon::squash(const API::MatrixWorkspace_sptr &ws,
 
   // calculate exponential decay outside of the loop
   std::vector<double> expDecay = xPointData.rawData();
-  std::transform(expDecay.begin(), expDecay.end(), expDecay.begin(), [X0, muLife](double x) { return exp(-(x - X0) / muLife); });
+  std::transform(expDecay.begin(), expDecay.end(), expDecay.begin(),
+                 [X0, muLife](double x) { return exp(-(x - X0) / muLife); });
 
   for (size_t i = 0; i < npoints; i++) {
     for (size_t h = 0; h < nspec; h++) {
-- 
GitLab