Skip to content

Commit 7ff3918

Browse files
committed
fix code style
1 parent cfc3ff3 commit 7ff3918

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dpnp/backend/kernels/dpnp_krnl_fft.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ void dpnp_fft_fft_sycl_c(const void* array1_in,
168168

169169
template <typename _DataType_input, typename _DataType_output, typename _Descriptor_type>
170170
void dpnp_fft_fft_mathlib_cmplx_to_cmplx_c(const void* array1_in,
171-
void* result_out,
172-
const shape_elem_type* input_shape,
173-
const size_t shape_size,
174-
const size_t result_size,
175-
_Descriptor_type& desc,
176-
const size_t norm)
171+
void* result_out,
172+
const shape_elem_type* input_shape,
173+
const size_t shape_size,
174+
const size_t result_size,
175+
_Descriptor_type& desc,
176+
const size_t norm)
177177
{
178178
if (!shape_size)
179179
{

0 commit comments

Comments
 (0)