Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / selection / poscalc.cpp
index 4e5995608413ece25eb925fa789892efdfc4e8cc..f64be4c2eb786168a43d5d50d4296f1a8985a4b3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2009,2010,2011,2012,2013 by the GROMACS development team.
  * Copyright (c) 2014,2015,2016,2017,2018 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.
@@ -361,10 +361,7 @@ PositionCalculationCollection::requiredTopologyInfoForType(const char* post, boo
  */
 
 PositionCalculationCollection::Impl::Impl() :
-    top_(nullptr),
-    first_(nullptr),
-    last_(nullptr),
-    bInit_(false)
+    top_(nullptr), first_(nullptr), last_(nullptr), bInit_(false)
 {
 }