From adb1ac56d925027a8ef459b2ad06f9703dcfa1e0 Mon Sep 17 00:00:00 2001 From: Lamar Moore <lamar.moore@stfc.ac.uk> Date: Wed, 19 Sep 2018 15:36:06 +0100 Subject: [PATCH] clang-format #23073 --- .../mantid/geometry/src/Exports/GridDetector.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Framework/PythonInterface/mantid/geometry/src/Exports/GridDetector.cpp b/Framework/PythonInterface/mantid/geometry/src/Exports/GridDetector.cpp index fc94c2539a5..0741f641923 100644 --- a/Framework/PythonInterface/mantid/geometry/src/Exports/GridDetector.cpp +++ b/Framework/PythonInterface/mantid/geometry/src/Exports/GridDetector.cpp @@ -11,9 +11,9 @@ using namespace boost::python; GET_POINTER_SPECIALIZATION(GridDetector) /** -* Enables boost.python to automatically "cast" an object up to the -* appropriate Detector leaf type -*/ + * Enables boost.python to automatically "cast" an object up to the + * appropriate Detector leaf type + */ void export_GridDetector() { register_ptr_to_python<boost::shared_ptr<GridDetector>>(); -- GitLab