From 18135da0cf8b690fb7ffc53102b06e06bc960120 Mon Sep 17 00:00:00 2001 From: Andrey Alekseenko Date: Thu, 17 Jun 2021 15:19:23 +0300 Subject: [PATCH] Fix clang-format in src/gromacs/fft/fft_mkl.cpp --- src/gromacs/fft/fft_mkl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gromacs/fft/fft_mkl.cpp b/src/gromacs/fft/fft_mkl.cpp index a8f4d367a5..40c74f32e4 100644 --- a/src/gromacs/fft/fft_mkl.cpp +++ b/src/gromacs/fft/fft_mkl.cpp @@ -206,7 +206,7 @@ int gmx_fft_init_1d_real(gmx_fft_t* pfft, int nxInt, gmx_fft_flag gmx_unused fla fft->ooplace[3] = nullptr; MKL_LONG nx = nxInt; - status = DftiCreateDescriptor(&fft->inplace[0], GMX_DFTI_PREC, DFTI_REAL, 1, nx); + status = DftiCreateDescriptor(&fft->inplace[0], GMX_DFTI_PREC, DFTI_REAL, 1, nx); if (status == 0) { -- 2.22.0