Skip to content

Commit 2ab93d7

Browse files
committed
Fix pre-commit
1 parent dc3d762 commit 2ab93d7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

dpnp/backend/include/dpnp_iface_fptr.hpp

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@
5858
*/
5959
enum class DPNPFuncName : size_t
6060
{
61-
DPNP_FN_NONE, /**< Very first element of the enumeration */
62-
DPNP_FN_ALL, /**< Used in numpy.all() impl */
63-
DPNP_FN_ALLCLOSE, /**< Used in numpy.allclose() impl */
64-
DPNP_FN_ALLCLOSE_EXT, /**< Used in numpy.allclose() impl, requires extra
65-
parameters */
66-
DPNP_FN_ANY, /**< Used in numpy.any() impl */
67-
DPNP_FN_ARANGE, /**< Used in numpy.arange() impl */
68-
DPNP_FN_ARGMAX, /**< Used in numpy.argmax() impl */
69-
DPNP_FN_ARGMIN, /**< Used in numpy.argmin() impl */
70-
DPNP_FN_ARGSORT, /**< Used in numpy.argsort() impl */
71-
DPNP_FN_CHOOSE, /**< Used in numpy.choose() impl */
72-
DPNP_FN_CHOOSE_EXT, /**< Used in numpy.choose() impl, requires extra
73-
parameters */
74-
DPNP_FN_COPYTO, /**< Used in numpy.copyto() impl */
61+
DPNP_FN_NONE, /**< Very first element of the enumeration */
62+
DPNP_FN_ALL, /**< Used in numpy.all() impl */
63+
DPNP_FN_ALLCLOSE, /**< Used in numpy.allclose() impl */
64+
DPNP_FN_ALLCLOSE_EXT, /**< Used in numpy.allclose() impl, requires extra
65+
parameters */
66+
DPNP_FN_ANY, /**< Used in numpy.any() impl */
67+
DPNP_FN_ARANGE, /**< Used in numpy.arange() impl */
68+
DPNP_FN_ARGMAX, /**< Used in numpy.argmax() impl */
69+
DPNP_FN_ARGMIN, /**< Used in numpy.argmin() impl */
70+
DPNP_FN_ARGSORT, /**< Used in numpy.argsort() impl */
71+
DPNP_FN_CHOOSE, /**< Used in numpy.choose() impl */
72+
DPNP_FN_CHOOSE_EXT, /**< Used in numpy.choose() impl, requires extra
73+
parameters */
74+
DPNP_FN_COPYTO, /**< Used in numpy.copyto() impl */
7575
DPNP_FN_COPYTO_EXT, /**< Used in numpy.copyto() impl, requires extra
7676
parameters */
7777
DPNP_FN_CORRELATE, /**< Used in numpy.correlate() impl */

0 commit comments

Comments
 (0)