Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / tests / moduletest.cpp
index bb1e0594f0136aaecdd0b6c0cd06e639589d43be..cadc4c9d3989296d085d08db67dc68d492892e02 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2012,2013,2014,2015,2017 by the GROMACS development team.
- * Copyright (c) 2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -92,8 +92,7 @@ public:
 };
 
 AbstractTrajectoryAnalysisModuleTestFixture::Impl::Impl(AbstractTrajectoryAnalysisModuleTestFixture* parent) :
-    parent_(*parent),
-    bDatasetsIncluded_(false)
+    parent_(*parent), bDatasetsIncluded_(false)
 {
 }