Skip to content
Snippets Groups Projects
Unverified Commit d979fe2c authored by Joris Vaillant's avatar Joris Vaillant
Browse files

core: Apply clang-format

parent f366cab3
No related branches found
No related tags found
No related merge requests found
Pipeline #46585 passed with warnings
......@@ -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>
......
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