Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / ewald / pme_gather.h
index 8bb174a5f87a78bf4c27097ea2cbe17d70d68b9e..846794c94950d56b91da5da297d89bd13a75df8a 100644 (file)
 
 #include "pme_internal.h"
 
-void
-gather_f_bsplines(const struct gmx_pme_t *pme, const real *grid,
-                  gmx_bool bClearF, const PmeAtomComm *atc,
-                  const splinedata_t *spline,
-                  real scale);
+void gather_f_bsplines(const struct gmx_pme_t* pme,
+                       const real*             grid,
+                       gmx_bool                bClearF,
+                       const PmeAtomComm*      atc,
+                       const splinedata_t*     spline,
+                       real                    scale);
 
-real
-gather_energy_bsplines(struct gmx_pme_t *pme, const real *grid,
-                       PmeAtomComm *atc);
+real gather_energy_bsplines(struct gmx_pme_t* pme, const real* grid, PmeAtomComm* atc);
 
 #endif