Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_simd_2xmm / kernel_ElecEwTwinCut_VdwLJ_VF.cpp
index da9c05415381eadb9370c3d50fd990cf7dded0c9..f3ba03bd7a80edfc41fe4d56b1c62742ee0d8218 100644 (file)
 #define CALC_ENERGIES
 
 #ifdef GMX_NBNXN_SIMD_2XNN
-#include "kernel_common.h"
+#    include "kernel_common.h"
 #endif /* GMX_NBNXN_SIMD_2XNN */
 
 #ifdef CALC_ENERGIES
-void
-nbnxm_kernel_ElecEwTwinCut_VdwLJ_VF_2xmm(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_ElecEwTwinCut_VdwLJ_VF_2xmm(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_ElecEwTwinCut_VdwLJ_VF_2xmm(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_ElecEwTwinCut_VdwLJ_VF_2xmm(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_2XNN
-#include "kernel_outer.h"
-#else /* GMX_NBNXN_SIMD_2XNN */
+#    include "kernel_outer.h"
+#else  /* GMX_NBNXN_SIMD_2XNN */
 {
-/* No need to call gmx_incons() here, because the only function
- * that calls this one is also compiled conditionally. When
- * GMX_NBNXN_SIMD_2XNN 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_2XNN is not defined, it will call no kernel functions and
    * instead call gmx_incons().
    */
 }
 #endif /* GMX_NBNXN_SIMD_2XNN */