Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_reference / kernel_ref_prune.cpp
index 8d94eaed563a01f4f252ccdc3451fe72f359263e..977b945ce6fc1e82be4447cd27e8d63c4e79af10 100644 (file)
@@ -53,10 +53,10 @@ void nbnxn_kernel_prune_ref(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();