Skip to content

Commit d7f50df

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 9b8fb19 commit d7f50df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/module_fft/fft_cpu_float.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void FFT_CPU<float>::clearfft(fftw_plan& plan)
127127
if (plan)
128128
{
129129
fftw_destroy_plan(plan);
130-
plan = NULL;
130+
plan = nullptr;
131131
}
132132
}
133133

0 commit comments

Comments
 (0)