From 7433426e03ceaf6c029c7949f877ea00148dfbf0 Mon Sep 17 00:00:00 2001 From: Simon Heybrock <simon.heybrock@esss.se> Date: Tue, 13 Dec 2016 09:20:33 +0100 Subject: [PATCH] Re #18248. Clang-format. --- Framework/API/inc/MantidAPI/MatrixWorkspace.h | 3 ++- Framework/API/src/MatrixWorkspace.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Framework/API/inc/MantidAPI/MatrixWorkspace.h b/Framework/API/inc/MantidAPI/MatrixWorkspace.h index 63ba4bfdb40..ef47589f53e 100644 --- a/Framework/API/inc/MantidAPI/MatrixWorkspace.h +++ b/Framework/API/inc/MantidAPI/MatrixWorkspace.h @@ -529,7 +529,8 @@ public: //===================================================================================== size_t numberOfDetectorGroups() const override; - const std::set<detid_t> &detectorIDsInGroup(const size_t index) const override; + const std::set<detid_t> & + detectorIDsInGroup(const size_t index) const override; protected: /// Protected copy constructor. May be used by childs for cloning. diff --git a/Framework/API/src/MatrixWorkspace.cpp b/Framework/API/src/MatrixWorkspace.cpp index 266ec2921dc..443955fce65 100644 --- a/Framework/API/src/MatrixWorkspace.cpp +++ b/Framework/API/src/MatrixWorkspace.cpp @@ -1913,7 +1913,8 @@ void MatrixWorkspace::setImageE(const MantidImage &image, size_t start, setImage(&MatrixWorkspace::dataE, image, start, parallelExecution); } -/// Returns the number of detector groups. This is equal to the number of spectra. +/// Returns the number of detector groups. This is equal to the number of +/// spectra. size_t MatrixWorkspace::numberOfDetectorGroups() const { return getNumberHistograms(); } -- GitLab