Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_simd_2xmm / kernel_prune.cpp
index eab55185f00ca913e425502c662ecf2593dac4fb..8ca6f06dce886c2a87d782b01936b36793fbd7d6 100644 (file)
@@ -62,10 +62,10 @@ void nbnxn_kernel_prune_2xnn(NbnxnPairlistCpu*              nbl,
     nbl->cj.resize(nbl->cjOuter.size());
 
     const nbnxn_ci_t* gmx_restrict ciOuter = nbl->ciOuter.data();
-    nbnxn_ci_t* gmx_restrict ciInner       = nbl->ci.data();
+    nbnxn_ci_t* gmx_restrict       ciInner = nbl->ci.data();
 
     const nbnxn_cj_t* gmx_restrict cjOuter = nbl->cjOuter.data();
-    nbnxn_cj_t* gmx_restrict cjInner       = nbl->cj.data();
+    nbnxn_cj_t* gmx_restrict       cjInner = nbl->cj.data();
 
     const real* gmx_restrict x = nbat->x().data();