Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / listed_forces / manage_threading.h
index 8ca8f253154f494ed43de0f33c5e81a8b1fe339b..6639b32525a42a9e9bdbbd6bde6a070379850924 100644 (file)
@@ -56,13 +56,10 @@ struct t_idef;
  * This should be called each time the bonded setup changes;
  * i.e. at start-up without domain decomposition and at DD.
  */
-void setup_bonded_threading(bonded_threading_t *bt,
-                            int                 numAtoms,
-                            bool                useGpuForBondes,
-                            const t_idef       &idef);
+void setup_bonded_threading(bonded_threading_t* bt, int numAtoms, bool useGpuForBondes, const t_idef& idef);
 
 //! Destructor.
-void tear_down_bonded_threading(bonded_threading_t *bt);
+void tear_down_bonded_threading(bonded_threading_tbt);
 
 /*! \brief Initialize the bonded threading data structures
  *
@@ -71,7 +68,6 @@ void tear_down_bonded_threading(bonded_threading_t *bt);
  *
  * \todo Avoid explicit pointers by using Impl
  */
-bonded_threading_t *init_bonded_threading(FILE *fplog,
-                                          int   nenergrp);
+bonded_threading_t* init_bonded_threading(FILE* fplog, int nenergrp);
 
 #endif