Skip to content
Snippets Groups Projects
Commit adb1ac56 authored by Lamar Moore's avatar Lamar Moore
Browse files

clang-format #23073

parent af2232f0
No related merge requests found
......@@ -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>>();
......
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