Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_simd_4xm / kernel_ElecRF_VdwLJ_F.cpp
index f2a47c6c2c5e532da9499f8273b35e5d78110020..5750843b96c8bed81fa0d03b1e47ecb4c2ab65ae 100644 (file)
 /* Will not calculate energies */
 
 #ifdef GMX_NBNXN_SIMD_4XN
-#include "kernel_common.h"
+#    include "kernel_common.h"
 #endif /* GMX_NBNXN_SIMD_4XN */
 
 #ifdef CALC_ENERGIES
-void
-nbnxm_kernel_ElecRF_VdwLJ_F_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_ElecRF_VdwLJ_F_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_ElecRF_VdwLJ_F_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_ElecRF_VdwLJ_F_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 */