Skip to content

Commit

Permalink
Run clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Jul 17, 2018
1 parent 28afcbb commit e668e51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/meas/extensions/simpleShape/simpleShape.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ static void declareMoments(PyClass cls) {
"weight"_a, "image"_a, "nSigmaRegion"_a = 3.0);
}

} // namespace

PYBIND11_PLUGIN(simpleShape) {
py::module::import("lsst.afw.geom");
py::module::import("lsst.afw.image");
Expand Down Expand Up @@ -87,7 +89,6 @@ PYBIND11_PLUGIN(simpleShape) {
return mod.ptr();
}

} // namespace
} // namespace simpleShape
} // namespace extensions
} // namespace meas
Expand Down

0 comments on commit e668e51

Please sign in to comment.