Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / commandline / cmdlinehelpwriter.cpp
index bd03eebe65bee7f62ca83599a3b5e80a51eaa4bb..e98d0efbeaa734ba60ba5d57a59c7860e15bfba6 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2010-2018, 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.
@@ -287,11 +287,7 @@ class SynopsisFormatter : public IOptionsFormatter
 public:
     //! Creates a helper object for formatting the synopsis.
     explicit SynopsisFormatter(const HelpWriterContext& context) :
-        context_(context),
-        bFormatted_(false),
-        lineLength_(0),
-        indent_(0),
-        currentLength_(0)
+        context_(context), bFormatted_(false), lineLength_(0), indent_(0), currentLength_(0)
     {
     }
 
@@ -430,11 +426,7 @@ private:
 OptionsListFormatter::OptionsListFormatter(const HelpWriterContext&   context,
                                            const CommonFormatterData& common,
                                            const char*                title) :
-    context_(context),
-    common_(common),
-    title_(title),
-    header_(nullptr),
-    bDidOutput_(false)
+    context_(context), common_(common), title_(title), header_(nullptr), bDidOutput_(false)
 {
 }