Skip to content
Snippets Groups Projects
Verified Commit aa9b5716 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: cosmetic change

parent 2ae51efd
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,8 @@ namespace eigenpy
};
template<typename MatType, typename InputScalar>
typename MapNumpy<MatType,InputScalar>::EigenMap MapNumpy<MatType,InputScalar>::map( PyArrayObject* pyArray )
typename MapNumpy<MatType,InputScalar>::EigenMap
MapNumpy<MatType,InputScalar>::map(PyArrayObject * pyArray)
{
return Impl::mapImpl(pyArray);
}
......
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