Apply clang-format-11
[alexxy/gromacs.git] / src / programs / mdrun / tests / terminationhelper.cpp
index 06afc5b65844b3a40e95f7a8f6e4ba4028061b7d..180f2e7e7958cc4ec4f66036c6807e8f97f2a6b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2016,2018,2019,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.
@@ -58,8 +58,7 @@ namespace test
 TerminationHelper::TerminationHelper(TestFileManager*  fileManager,
                                      CommandLine*      mdrunCaller,
                                      SimulationRunner* runner) :
-    mdrunCaller_(mdrunCaller),
-    runner_(runner)
+    mdrunCaller_(mdrunCaller), runner_(runner)
 {
     runner_->cptFileName_ = fileManager->getTemporaryFilePath(".cpt");
     runner_->useTopGroAndNdxFromDatabase("spc2");