Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / fileio / timecontrol.h
index 9e426374110d4d9e77814a42bddbe22b9a6810f0..52f7b37ceedb5f54753bd1783d805501469882d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2013,2014,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,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.
 /* The code below is to facilitate controlled begin and end of
  * trajectory reading.
  */
-enum {
-    TBEGIN, TEND, TDELTA, TNR
+enum
+{
+    TBEGIN,
+    TEND,
+    TDELTA,
+    TNR
 };
 
 gmx_bool bTimeSet(int tcontrol);