Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / xlate.h
index 357fa83576344afddd0c5e65a2443d743b9c8602..bb2b12b3755717849126079f4dfffe65d583e478 100644 (file)
@@ -48,9 +48,14 @@ struct t_symtab;
 /* If bResname is true renames atoms based on residue names,
  * otherwise renames atoms based on rtp entry names.
  */
-void rename_atoms(const char* xlfile, const char *ffdir,
-                  t_atoms *atoms, t_symtab *symtab, gmx::ArrayRef<const PreprocessResidue> restp,
-                  bool bResname, ResidueType *rt, bool bReorderNum,
-                  bool bVerbose);
+void rename_atoms(const char*                            xlfile,
+                  const char*                            ffdir,
+                  t_atoms*                               atoms,
+                  t_symtab*                              symtab,
+                  gmx::ArrayRef<const PreprocessResidue> restp,
+                  bool                                   bResname,
+                  ResidueType*                           rt,
+                  bool                                   bReorderNum,
+                  bool                                   bVerbose);
 
 #endif