From 82f46fba774ca63d2dcc2f04c28466aaf8820c9c Mon Sep 17 00:00:00 2001
From: Matthew Bowles <matthew.bowles@stfc.ac.uk>
Date: Thu, 1 Feb 2018 15:37:17 +0000
Subject: [PATCH] clang format re #21586

---
 Framework/MDAlgorithms/src/SliceMD.cpp | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/Framework/MDAlgorithms/src/SliceMD.cpp b/Framework/MDAlgorithms/src/SliceMD.cpp
index f0b9fbea0f2..3bceaf36cf7 100644
--- a/Framework/MDAlgorithms/src/SliceMD.cpp
+++ b/Framework/MDAlgorithms/src/SliceMD.cpp
@@ -270,12 +270,11 @@ void SliceMD::slice(typename MDEventWorkspace<MDE, nd>::sptr ws) {
 
   try {
     outWS->copyExperimentInfos(*ws);
-  }
-  catch (std::runtime_error &) {
+  } catch (std::runtime_error &) {
     g_log.warning()
-      << this->name()
-      << " was not able to copy experiment info to output workspace "
-      << outWS->getName() << '\n';
+        << this->name()
+        << " was not able to copy experiment info to output workspace "
+        << outWS->getName() << '\n';
   }
 
   // Pass on the display normalization from the input event workspace to the
-- 
GitLab