From d979fe2c40dd93653a224c71afb6415641413319 Mon Sep 17 00:00:00 2001 From: Joris Vaillant <joris.vaillant@inria.fr> Date: Mon, 4 Nov 2024 17:12:17 +0100 Subject: [PATCH] core: Apply clang-format --- include/eigenpy/numpy.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/eigenpy/numpy.hpp b/include/eigenpy/numpy.hpp index 6cac2d0e..477791ff 100644 --- a/include/eigenpy/numpy.hpp +++ b/include/eigenpy/numpy.hpp @@ -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> -- GitLab