Skip to content

Commit

Permalink
core: Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 4, 2024
1 parent 1676dd6 commit 8ebabf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/eigenpy/numpy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#define NPY_API_SYMBOL_ATTRIBUTE EIGENPY_DLLAPI

// Numpy headers drags Python with them. As a result, it
// is necessary to include the desired Python library before
// is necessary to include the desired Python library before
// Numpy picks the default one, as it would be impossible to
// to change it afterward. Boost::Python provides a helper
// specifically dedicated to selecting the right Python
// to change it afterward. Boost::Python provides a helper
// specifically dedicated to selecting the right Python
// library depending on build type, so let's make use of it.
#include <boost/python/detail/wrap_python.hpp>

Expand Down

0 comments on commit 8ebabf4

Please sign in to comment.