Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / mdlib / splitter.h
index 536ea97b10d93f0f0972cacac1eacdafdeb6816f..88fb8f205df7d41cabbdf270a7eb76a400c2e0a7 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) 2010,2014,2015,2018, by the GROMACS development team, led by
+ * Copyright (c) 2010,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.
@@ -44,9 +44,7 @@
 struct t_blocka;
 struct t_idef;
 
-void gen_sblocks(FILE *fp, int at_start, int at_end,
-                 const t_idef *idef, t_blocka *sblock,
-                 gmx_bool bSettle);
+void gen_sblocks(FILE* fp, int at_start, int at_end, const t_idef* idef, t_blocka* sblock, gmx_bool bSettle);
 /* Generate shake blocks from the constraint list. Set bSettle to yes for shake
  * blocks including settles. You normally do not want this.
  */