Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / nbnxm / prunekerneldispatch.cpp
index 1ad8ef347a39dfe8fba74f2b7e9e307f6a42ab0c..9b98e5f92ff62b4f68999b818213df4b5e0ee898 100644 (file)
@@ -105,7 +105,8 @@ void nonbonded_verlet_t::dispatchPruneKernelGpu(int64_t step)
             (pairlistSets().numStepsWithPairlist(step) % (2 * pairlistSets().params().mtsFactor) == 0);
 
     Nbnxm::gpu_launch_kernel_pruneonly(
-            gpu_nbv, stepIsEven ? gmx::InteractionLocality::Local : gmx::InteractionLocality::NonLocal,
+            gpu_nbv,
+            stepIsEven ? gmx::InteractionLocality::Local : gmx::InteractionLocality::NonLocal,
             pairlistSets().params().numRollingPruningParts);
 
     wallcycle_sub_stop(wcycle_, ewcsLAUNCH_GPU_NONBONDED);