Skip to content

Commit

Permalink
rerunning clang-format v5 on pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jun 2, 2017
1 parent 4f87b4b commit fbe92fe
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions python/lsst/jointcal/associations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ PYBIND11_PLUGIN(associations) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/astrometryFit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ PYBIND11_PLUGIN(astrometryFit) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/astrometryModels.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ PYBIND11_PLUGIN(astrometryModels) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/ccdImage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ PYBIND11_PLUGIN(ccdImage) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/chi2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ PYBIND11_PLUGIN(chi2) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/frame.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ PYBIND11_PLUGIN(frame) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/gtransfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ PYBIND11_PLUGIN(gtransfo) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/jointcalControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ PYBIND11_PLUGIN(jointcalControl) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/mappings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ PYBIND11_PLUGIN(mappings) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/photometryFit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ PYBIND11_PLUGIN(photometryFit) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/photometryModels.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ PYBIND11_PLUGIN(photometryModels) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/projectionHandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ PYBIND11_PLUGIN(projectionHandler) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst
6 changes: 3 additions & 3 deletions python/lsst/jointcal/star.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ PYBIND11_PLUGIN(star) {

return mod.ptr();
}
}
}
} // lsst::jointcal::<anonymous>
} // namespace
} // namespace jointcal
} // namespace lsst

0 comments on commit fbe92fe

Please sign in to comment.