From 962b6ec827e09cae464c66f00119afdac30f34a4 Mon Sep 17 00:00:00 2001
From: Shahroz Ahmed <shahroz.ahmed@stfc.ac.uk>
Date: Wed, 7 Oct 2015 15:42:48 +0100
Subject: [PATCH] Clang format applied to file

Refs #13852
---
 MantidPlot/src/Mantid/MantidUI.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MantidPlot/src/Mantid/MantidUI.cpp b/MantidPlot/src/Mantid/MantidUI.cpp
index ff727f11f85..57ff719e17b 100644
--- a/MantidPlot/src/Mantid/MantidUI.cpp
+++ b/MantidPlot/src/Mantid/MantidUI.cpp
@@ -3129,7 +3129,8 @@ MultiLayer* MantidUI::plot1D(const QMultiMap<QString,int>& toPlot, bool spectrum
     if (ask.clickedButton() != confirmButton) return NULL;
   }
   // Force waterfall option to false if only 1 curve
-  if((NULL==plotWindow || clearWindow == true) && toPlot.size() == 1) waterfallPlot = false;
+  if ((NULL == plotWindow || clearWindow == true) && toPlot.size() == 1)
+    waterfallPlot = false;
 
   QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
 
-- 
GitLab