Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / fileio / timecontrol.cpp
index 1d31fb31f58a653e439a0df06ca542d807efa6d3..fae0dd6b8d7eb31caee4b550b9abc752933df554 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.
          Please keep it that way. */
 
 /* Globals for trajectory input */
-typedef struct {
+typedef struct
+{
     real     t;
     gmx_bool bSet;
 } t_timecontrol;
 
-static t_timecontrol       timecontrol[TNR] = {
-    { 0, FALSE },
-    { 0, FALSE },
-    { 0, FALSE }
-};
+static t_timecontrol timecontrol[TNR] = { { 0, FALSE }, { 0, FALSE }, { 0, FALSE } };
 
 static tMPI_Thread_mutex_t tc_mutex = TMPI_THREAD_MUTEX_INITIALIZER;