From 617b2e6d5c507133c58729ce32b39648a57c598f Mon Sep 17 00:00:00 2001 From: Roman Tolchenov <roman.tolchenov@stfc.ac.uk> Date: Tue, 8 May 2018 11:36:23 +0100 Subject: [PATCH] Clang format. Re #18823 --- Framework/Algorithms/src/ReflectometryReductionOneAuto2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Framework/Algorithms/src/ReflectometryReductionOneAuto2.cpp b/Framework/Algorithms/src/ReflectometryReductionOneAuto2.cpp index 6d415917a77..c84c8273613 100644 --- a/Framework/Algorithms/src/ReflectometryReductionOneAuto2.cpp +++ b/Framework/Algorithms/src/ReflectometryReductionOneAuto2.cpp @@ -753,7 +753,8 @@ bool ReflectometryReductionOneAuto2::processGroups() { return true; } - Algorithm_sptr polAlg = createChildAlgorithm("PolarizationCorrectionFredrikze"); + Algorithm_sptr polAlg = + createChildAlgorithm("PolarizationCorrectionFredrikze"); polAlg->setChild(false); polAlg->setRethrows(true); polAlg->setProperty("InputWorkspace", outputIvsLam); -- GitLab