Apply clang-tidy-11 fixes to CUDA files
[alexxy/gromacs.git] / src / gromacs / mdlib / gpuforcereduction_impl_internal.cu
index 4fb187f48453a8a3e5a05a277dc2e93064bb22c5..acdaf36c32e35063d3d95ce1fcb7c71a4be0e528 100644 (file)
@@ -91,7 +91,6 @@ static __global__ void reduceKernel(const float3* __restrict__ gm_nbnxmForce,
 
         *gm_fDest = temp;
     }
-    return;
 }
 
 void launchForceReductionKernel(int                        numAtoms,