Skip to content

Commit 8ebabf4

Browse files
committed
core: Apply clang-format
1 parent 1676dd6 commit 8ebabf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/eigenpy/numpy.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#define NPY_API_SYMBOL_ATTRIBUTE EIGENPY_DLLAPI
1717

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

0 commit comments

Comments
 (0)