From a16c16e42097d8d1539e0a51ae1ce60a1785f7f1 Mon Sep 17 00:00:00 2001 From: Raquel Alvarez <raquel.alvarez-banos@stfc.ac.uk> Date: Wed, 5 Oct 2016 12:24:17 +0100 Subject: [PATCH] Re #17673 Clang format --- Framework/Algorithms/test/Stitch1DTest.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Framework/Algorithms/test/Stitch1DTest.h b/Framework/Algorithms/test/Stitch1DTest.h index 27480ca336b..acc2093af37 100644 --- a/Framework/Algorithms/test/Stitch1DTest.h +++ b/Framework/Algorithms/test/Stitch1DTest.h @@ -63,7 +63,6 @@ MatrixWorkspace_sptr create1DWorkspace(const HistogramX &xData, class Stitch1DTest : public CxxTest::TestSuite { private: - MatrixWorkspace_sptr a; MatrixWorkspace_sptr b; std::vector<double> x; @@ -656,15 +655,15 @@ public: } void testExec() { - Stitch1D alg; - alg.setChild(true); - alg.setRethrows(true); - alg.initialize(); - alg.setProperty("LHSWorkspace", ws1); - alg.setProperty("RHSWorkspace", ws2); - alg.setProperty("Params", "0.2"); - alg.setPropertyValue("OutputWorkspace", "dummy_value"); - alg.execute(); + Stitch1D alg; + alg.setChild(true); + alg.setRethrows(true); + alg.initialize(); + alg.setProperty("LHSWorkspace", ws1); + alg.setProperty("RHSWorkspace", ws2); + alg.setProperty("Params", "0.2"); + alg.setPropertyValue("OutputWorkspace", "dummy_value"); + alg.execute(); } private: -- GitLab