Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_simd_4xm / kernel_ElecEw_VdwLJEwCombGeom_VgrpF.cpp
index 935e5abf5231f8d9ae3ed17a6fd3be9723b8c35f..16d5cafdee2d06d33748304c1a6c40a8fc9c5101 100644 (file)
 #define ENERGY_GROUPS
 
 #ifdef GMX_NBNXN_SIMD_4XN
-#include "kernel_common.h"
+#    include "kernel_common.h"
 #endif /* GMX_NBNXN_SIMD_4XN */
 
 #ifdef CALC_ENERGIES
-void
-nbnxm_kernel_ElecEw_VdwLJEwCombGeom_VgrpF_4xm(const NbnxnPairlistCpu    gmx_unused *nbl,
-                                              const nbnxn_atomdata_t    gmx_unused *nbat,
-                                              const interaction_const_t gmx_unused *ic,
-                                              const rvec                gmx_unused *shift_vec,
-                                              nbnxn_atomdata_output_t   gmx_unused *out)
-#else /* CALC_ENERGIES */
-void
-nbnxm_kernel_ElecEw_VdwLJEwCombGeom_VgrpF_4xm(const NbnxnPairlistCpu    gmx_unused *nbl,
-                                              const nbnxn_atomdata_t    gmx_unused *nbat,
-                                              const interaction_const_t gmx_unused *ic,
-                                              const rvec                gmx_unused *shift_vec,
-                                              nbnxn_atomdata_output_t   gmx_unused *out)
+void nbnxm_kernel_ElecEw_VdwLJEwCombGeom_VgrpF_4xm(const NbnxnPairlistCpu gmx_unused* nbl,
+                                                   const nbnxn_atomdata_t gmx_unused* nbat,
+                                                   const interaction_const_t gmx_unused* ic,
+                                                   const rvec gmx_unused*  shift_vec,
+                                                   nbnxn_atomdata_output_t gmx_unused* out)
+#else  /* CALC_ENERGIES */
+void nbnxm_kernel_ElecEw_VdwLJEwCombGeom_VgrpF_4xm(const NbnxnPairlistCpu gmx_unused* nbl,
+                                                   const nbnxn_atomdata_t gmx_unused* nbat,
+                                                   const interaction_const_t gmx_unused* ic,
+                                                   const rvec gmx_unused*  shift_vec,
+                                                   nbnxn_atomdata_output_t gmx_unused* out)
 #endif /* CALC_ENERGIES */
 #ifdef GMX_NBNXN_SIMD_4XN
-#include "kernel_outer.h"
-#else /* GMX_NBNXN_SIMD_4XN */
+#    include "kernel_outer.h"
+#else  /* GMX_NBNXN_SIMD_4XN */
 {
-/* No need to call gmx_incons() here, because the only function
- * that calls this one is also compiled conditionally. When
- * GMX_NBNXN_SIMD_4XN is not defined, it will call no kernel functions and
- * instead call gmx_incons().
- */
+    /* No need to call gmx_incons() here, because the only function
    * that calls this one is also compiled conditionally. When
    * GMX_NBNXN_SIMD_4XN is not defined, it will call no kernel functions and
    * instead call gmx_incons().
    */
 }
 #endif /* GMX_NBNXN_SIMD_4XN */