Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / convparm.h
index a245f6f01b5cd9bc697be64e824bcdde7188f23e..5268cde9fcbe5094e2485e5343d788c98b1cd2f8 100644 (file)
@@ -45,10 +45,13 @@ struct gmx_mtop_t;
 struct MoleculeInformation;
 struct InteractionsOfType;
 
-void convertInteractionsOfType(int atnr, gmx::ArrayRef<const InteractionsOfType> nbtypes,
+void convertInteractionsOfType(int                                      atnr,
+                               gmx::ArrayRef<const InteractionsOfType>  nbtypes,
                                gmx::ArrayRef<const MoleculeInformation> mi,
-                               const MoleculeInformation *intermolecular_interactions,
-                               int comb, double reppow, real fudgeQQ,
-                               gmx_mtop_t *mtop);
+                               const MoleculeInformation*               intermolecular_interactions,
+                               int                                      comb,
+                               double                                   reppow,
+                               real                                     fudgeQQ,
+                               gmx_mtop_t*                              mtop);
 
 #endif