Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / mdlib / simulationsignal.cpp
index 8199dcb450f6b547a8823676a37d8cb36c62e072..db0aec861c0a3d8350afa55dda6190e7d23f8f9d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
  * Copyright (c) 2013,2014,2015,2016,2017 by the GROMACS development team.
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019,2020,2021, 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.
@@ -72,12 +72,7 @@ SimulationSignaller::SimulationSignaller(SimulationSignals*    signals,
                                          const gmx_multisim_t* ms,
                                          bool                  doInterSim,
                                          bool                  doIntraSim) :
-    signals_(signals),
-    cr_(cr),
-    ms_(ms),
-    doInterSim_(doInterSim),
-    doIntraSim_(doInterSim || doIntraSim),
-    mpiBuffer_{}
+    signals_(signals), cr_(cr), ms_(ms), doInterSim_(doInterSim), doIntraSim_(doInterSim || doIntraSim), mpiBuffer_{}
 {
 }