Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / gmxana / fitahx.h
index 6a1383c49b4efe81b33e2177af9b0ab6229fc45b..f3ffaf5155a0b7ec8c543f9c0ca92cd78381bb10 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2018,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.
@@ -41,7 +41,6 @@
 
 #include "gromacs/gmxana/hxprops.h"
 
-real fit_ahx(int nres, t_bb bb[], int natoms, int nall, int allindex[],
-             rvec x[], int nca, int caindex[], gmx_bool bFit);
+real fit_ahx(int nres, t_bb bb[], int natoms, int nall, int allindex[], rvec x[], int nca, int caindex[], gmx_bool bFit);
 
 #endif