Skip to content
Snippets Groups Projects
Commit 42b91097 authored by Matthew Andrew's avatar Matthew Andrew
Browse files

Standardised indentation Re #23642

parent e117f278
No related branches found
No related tags found
No related merge requests found
set ( SRC_FILES set ( SRC_FILES
src/AlphaCalc.cpp src/AlphaCalc.cpp
src/ApplyDeadTimeCorr.cpp src/ApplyDeadTimeCorr.cpp
src/ApplyMuonDetectorGrouping.cpp src/ApplyMuonDetectorGrouping.cpp
src/ApplyMuonDetectorGroupPairing.cpp src/ApplyMuonDetectorGroupPairing.cpp
src/AsymmetryCalc.cpp src/AsymmetryCalc.cpp
src/CalculateMuonAsymmetry.cpp src/CalculateMuonAsymmetry.cpp
src/CalMuonDeadTime.cpp src/CalMuonDeadTime.cpp
src/CalMuonDetectorPhases.cpp src/CalMuonDetectorPhases.cpp
src/ConvertFitFunctionForMuonTFAsymmetry.cpp src/ConvertFitFunctionForMuonTFAsymmetry.cpp
src/LoadAndApplyMuonDetectorGrouping.cpp src/LoadAndApplyMuonDetectorGrouping.cpp
src/EstimateMuonAsymmetryFromCounts.cpp src/EstimateMuonAsymmetryFromCounts.cpp
src/MuonAlgorithmHelper.cpp src/MuonAlgorithmHelper.cpp
src/MuonAsymmetryHelper.cpp src/MuonAsymmetryHelper.cpp
src/MuonGroupDetectors.cpp src/MuonGroupDetectors.cpp
src/MuonGroupingCounts.cpp src/MuonGroupingCounts.cpp
src/MuonPreProcess.cpp src/MuonPreProcess.cpp
src/PhaseQuadMuon.cpp src/PhaseQuadMuon.cpp
src/PlotAsymmetryByLogValue.cpp src/PlotAsymmetryByLogValue.cpp
src/RemoveExpDecay.cpp src/RemoveExpDecay.cpp
src/RRFMuon.cpp src/RRFMuon.cpp
) )
set ( INC_FILES set ( INC_FILES
inc/MantidMuon/AlphaCalc.h inc/MantidMuon/AlphaCalc.h
inc/MantidMuon/ApplyDeadTimeCorr.h inc/MantidMuon/ApplyDeadTimeCorr.h
inc/MantidMuon/ApplyMuonDetectorGrouping.h inc/MantidMuon/ApplyMuonDetectorGrouping.h
inc/MantidMuon/ApplyMuonDetectorGroupPairing.h inc/MantidMuon/ApplyMuonDetectorGroupPairing.h
inc/MantidMuon/AsymmetryCalc.h inc/MantidMuon/AsymmetryCalc.h
inc/MantidMuon/CalculateMuonAsymmetry.h inc/MantidMuon/CalculateMuonAsymmetry.h
inc/MantidMuon/CalMuonDeadTime.h inc/MantidMuon/CalMuonDeadTime.h
inc/MantidMuon/CalMuonDetectorPhases.h inc/MantidMuon/CalMuonDetectorPhases.h
inc/MantidMuon/ConvertFitFunctionForMuonTFAsymmetry.h inc/MantidMuon/ConvertFitFunctionForMuonTFAsymmetry.h
inc/MantidMuon/LoadAndApplyMuonDetectorGrouping.h inc/MantidMuon/LoadAndApplyMuonDetectorGrouping.h
inc/MantidMuon/EstimateMuonAsymmetryFromCounts.h inc/MantidMuon/EstimateMuonAsymmetryFromCounts.h
inc/MantidMuon/MuonAlgorithmHelper.h inc/MantidMuon/MuonAlgorithmHelper.h
inc/MantidMuon/MuonAsymmetryHelper.h inc/MantidMuon/MuonAsymmetryHelper.h
inc/MantidMuon/MuonGroupDetectors.h inc/MantidMuon/MuonGroupDetectors.h
inc/MantidMuon/MuonGroupingCounts.h inc/MantidMuon/MuonGroupingCounts.h
inc/MantidMuon/MuonPreProcess.h inc/MantidMuon/MuonPreProcess.h
inc/MantidMuon/PhaseQuadMuon.h inc/MantidMuon/PhaseQuadMuon.h
inc/MantidMuon/PlotAsymmetryByLogValue.h inc/MantidMuon/PlotAsymmetryByLogValue.h
inc/MantidMuon/RemoveExpDecay.h inc/MantidMuon/RemoveExpDecay.h
inc/MantidMuon/RRFMuon.h inc/MantidMuon/RRFMuon.h
) )
set ( TEST_FILES set ( TEST_FILES
AlphaCalcTest.h AlphaCalcTest.h
ApplyDeadTimeCorrTest.h ApplyDeadTimeCorrTest.h
ApplyMuonDetectorGroupingTest.h ApplyMuonDetectorGroupingTest.h
ApplyMuonDetectorGroupPairingTest.h ApplyMuonDetectorGroupPairingTest.h
AsymmetryCalcTest.h AsymmetryCalcTest.h
CalculateMuonAsymmetryTest.h CalculateMuonAsymmetryTest.h
CalMuonDeadTimeTest.h CalMuonDeadTimeTest.h
CalMuonDetectorPhasesTest.h CalMuonDetectorPhasesTest.h
ConvertFitFunctionForMuonTFAsymmetryTest.h ConvertFitFunctionForMuonTFAsymmetryTest.h
LoadAndApplyMuonDetectorGroupingTest.h LoadAndApplyMuonDetectorGroupingTest.h
MuonAlgorithmHelperTest.h MuonAlgorithmHelperTest.h
EstimateMuonAsymmetryFromCountsTest.h EstimateMuonAsymmetryFromCountsTest.h
MuonGroupDetectorsTest.h MuonGroupDetectorsTest.h
MuonGroupingCountsTest.h MuonGroupingCountsTest.h
MuonPreProcessTest.h MuonPreProcessTest.h
PhaseQuadMuonTest.h PhaseQuadMuonTest.h
PlotAsymmetryByLogValueTest.h PlotAsymmetryByLogValueTest.h
RemoveExpDecayTest.h RemoveExpDecayTest.h
RRFMuonTest.h RRFMuonTest.h
) )
if (COVERALLS) if (COVERALLS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment