Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / nbnxm / clusterdistancekerneltype.h
index c7f680ab0c76f32b82ba1c51c5c9af0bb6a77388..80da0881e21f5b84693be3ac847bcfe24bf6d689 100644 (file)
@@ -87,8 +87,7 @@ static inline ClusterDistanceKernelType getClusterDistanceKernelType(const Pairl
 #elif GMX_SIMD && GMX_SIMD_REAL_WIDTH == 8
         return ClusterDistanceKernelType::CpuSimd_2xMM;
 #else
-        GMX_RELEASE_ASSERT(false,
-                           "Expect 4-wide or 8-wide SIMD with 4x4 list and nbat SIMD layout");
+        GMX_RELEASE_ASSERT(false, "Expect 4-wide or 8-wide SIMD with 4x4 list and nbat SIMD layout");
 #endif
     }
     else