Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / taskassignment / decidesimulationworkload.h
index ef53314b392f226fc44cd5de9cc50ef6b6db4686..538fa823ed2bc4fbc1b9e248dd897416b450e9e6 100644 (file)
@@ -68,15 +68,15 @@ namespace gmx
  * \param[in] haveEwaldSurfaceContribution Whether there is an Ewald surface contribution
  * \returns Simulation lifetime constant workload description.
  */
-SimulationWorkload createSimulationWorkload(bool              useGpuForNonbonded,
-                                            PmeRunMode        pmeRunMode,
-                                            bool              useGpuForBonded,
-                                            bool              useGpuForUpdate,
-                                            bool              useGpuForBufferOps,
-                                            bool              useGpuHaloExchange,
-                                            bool              useGpuPmePpComm,
-                                            bool              haveEwaldSurfaceContribution);
+SimulationWorkload createSimulationWorkload(bool       useGpuForNonbonded,
+                                            PmeRunMode pmeRunMode,
+                                            bool       useGpuForBonded,
+                                            bool       useGpuForUpdate,
+                                            bool       useGpuForBufferOps,
+                                            bool       useGpuHaloExchange,
+                                            bool       useGpuPmePpComm,
+                                            bool       haveEwaldSurfaceContribution);
 
-}  // namespace gmx
+} // namespace gmx
 
 #endif