Skip to content

Commit ecc1467

Browse files
committed
Fix pre-commit
1 parent 653cbe0 commit ecc1467

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpnp/backend/include/dpnp_iface_fptr.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ enum class DPNPFuncName : size_t
101101
DPNP_FN_FFT_RFFT_EXT, /**< Used in numpy.fft.rfft() impl, requires extra
102102
parameters */
103103
DPNP_FN_FILL_DIAGONAL, /**< Used in numpy.fill_diagonal() impl */
104-
DPNP_FN_FULL, /**< Used in numpy.full() impl */
105-
DPNP_FN_FULL_LIKE, /**< Used in numpy.full_like() impl */
106-
DPNP_FN_IDENTITY, /**< Used in numpy.identity() impl */
104+
DPNP_FN_FULL, /**< Used in numpy.full() impl */
105+
DPNP_FN_FULL_LIKE, /**< Used in numpy.full_like() impl */
106+
DPNP_FN_IDENTITY, /**< Used in numpy.identity() impl */
107107
DPNP_FN_INITVAL, /**< Used in numpy ones, ones_like, zeros, zeros_like impls
108108
*/
109109
DPNP_FN_INITVAL_EXT, /**< Used in numpy ones, ones_like, zeros, zeros_like

0 commit comments

Comments
 (0)