Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / mdtypes / df_history.h
index 90b14523ade25a09cbecaa581d90d328de20fbfb..abcdd0a51876108edce0f9720a2b771f4fb3adfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015, by the GROMACS development team, led by
+ * Copyright (c) 2015,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 
 struct df_history_t;
 
-void init_df_history(df_history_t *dfhist, int nlambda);
+void init_df_history(df_history_tdfhist, int nlambda);
 
-void done_df_history(df_history_t *dfhist);
+void done_df_history(df_history_tdfhist);
 
-void copy_df_history(df_history_t * df_dest, df_history_t *df_source);
+void copy_df_history(df_history_t* df_dest, df_history_t* df_source);
 
 #endif