From e5c2309b5e7747feca8ad1da8a80177071bb9600 Mon Sep 17 00:00:00 2001 From: Gagik Vardanyan <vardanyan@ill.fr> Date: Tue, 27 Nov 2018 11:58:53 +0100 Subject: [PATCH] Re #24105 indentation in cmake file --- Framework/WorkflowAlgorithms/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/WorkflowAlgorithms/CMakeLists.txt b/Framework/WorkflowAlgorithms/CMakeLists.txt index f66c05ab869..865c91888f3 100644 --- a/Framework/WorkflowAlgorithms/CMakeLists.txt +++ b/Framework/WorkflowAlgorithms/CMakeLists.txt @@ -34,7 +34,7 @@ set ( SRC_FILES src/SANSSensitivityCorrection.cpp src/SANSSolidAngleCorrection.cpp src/SetupEQSANSReduction.cpp - src/SetupHFIRReduction.cpp + src/SetupHFIRReduction.cpp src/StepScan.cpp src/WorkflowAlgorithmHelpers.cpp ) @@ -78,7 +78,7 @@ set ( INC_FILES inc/MantidWorkflowAlgorithms/SANSSensitivityCorrection.h inc/MantidWorkflowAlgorithms/SANSSolidAngleCorrection.h inc/MantidWorkflowAlgorithms/SetupEQSANSReduction.h - inc/MantidWorkflowAlgorithms/SetupHFIRReduction.h + inc/MantidWorkflowAlgorithms/SetupHFIRReduction.h inc/MantidWorkflowAlgorithms/StepScan.h inc/MantidWorkflowAlgorithms/WorkflowAlgorithmHelpers.h ) -- GitLab