Apply clang-format-11
[alexxy/gromacs.git] / src / testutils / tests / interactivetest.cpp
index 93bfb2f1782bac45d86e15bc45b95482c60ab9f7..108456cd49d001d1854565f16ae4f769f4bb8b09 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,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.
@@ -63,9 +63,7 @@ class InteractiveSession
 {
 public:
     explicit InteractiveSession(ReferenceDataMode mode) :
-        data_(mode),
-        helper_(data_.rootChecker()),
-        nextInputLine_(0)
+        data_(mode), helper_(data_.rootChecker()), nextInputLine_(0)
     {
     }