Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / legacyheaders / gmx_thread_affinity.h
index c8de7bf3e1421da64e804b3ae2b5b89707ad62bb..bb4b9a07a9190be2990d4d5bac4314666e4a7639 100644 (file)
@@ -48,12 +48,12 @@ extern "C" {
  * The hardware topologu is requested from hwinfo, when present.
  */
 void
-gmx_set_thread_affinity(FILE *fplog,
-                        const t_commrec *cr,
-                        gmx_hw_opt_t *hw_opt,
-                        int nthreads_pme,
+gmx_set_thread_affinity(FILE                *fplog,
+                        const t_commrec     *cr,
+                        gmx_hw_opt_t        *hw_opt,
+                        int                  nthreads_pme,
                         const gmx_hw_info_t *hwinfo,
-                        const t_inputrec *inputrec);
+                        const t_inputrec    *inputrec);
 
 /* Check the process affinity mask and if it is found to be non-zero,
  * will honor it and disable mdrun internal affinity setting.