Skip to content

Commit e3055e1

Browse files
committed
format source code
1 parent 9d4f8d1 commit e3055e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/device/real2complex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ void real_1d_pre_post_process(size_t const half_N,
482482
if(R2C)
483483
{
484484
hipLaunchKernelGGL(((d_input == d_output) ? (real_post_process_kernel<Tcomplex, true>)
485-
: (real_post_process_kernel<Tcomplex, false>)),
485+
: (real_post_process_kernel<Tcomplex, false>)),
486486
grid,
487487
threads,
488488
0,

0 commit comments

Comments
 (0)