diff --git a/Framework/PythonInterface/mantid/geometry/src/Exports/GridDetector.cpp b/Framework/PythonInterface/mantid/geometry/src/Exports/GridDetector.cpp index fc94c2539a588ebf1ca4d0ed022c464d9b7582ed..0741f64192387a02ce4220db886f90741ff72dd7 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>>();