Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / topology / forcefieldparameters.h
index 55792988fea8099203c465d4e3535d3244c33036..11d9905e4f1334389cb094967eb6278436f57b7e 100644 (file)
@@ -68,7 +68,6 @@ struct gmx_ffparams_t
     gmx_cmap_t              cmap_grid;   /**< The dihedral correction maps                 */
 };
 
-void pr_ffparams(FILE *fp, int indent, const char *title,
-                 const gmx_ffparams_t *ffparams, gmx_bool bShowNumbers);
+void pr_ffparams(FILE* fp, int indent, const char* title, const gmx_ffparams_t* ffparams, gmx_bool bShowNumbers);
 
 #endif