Skip to content

Commit aa9b571

Browse files
committed
core: cosmetic change
1 parent 2ae51ef commit aa9b571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/eigenpy/map.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ namespace eigenpy
102102
};
103103

104104
template<typename MatType, typename InputScalar>
105-
typename MapNumpy<MatType,InputScalar>::EigenMap MapNumpy<MatType,InputScalar>::map( PyArrayObject* pyArray )
105+
typename MapNumpy<MatType,InputScalar>::EigenMap
106+
MapNumpy<MatType,InputScalar>::map(PyArrayObject * pyArray)
106107
{
107108
return Impl::mapImpl(pyArray);
108109
}

0 commit comments

Comments
 (0)