Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / options / abstractoption.h
index fa34c5dae44f6794261ac5d043f13f9cb7b24fef..c64e68d78fa15cb6357dae3ee5c615b2b673dd5c 100644 (file)
@@ -105,11 +105,7 @@ protected:
     /*! \cond libapi */
     //! Initializes the name and default values for an option.
     explicit AbstractOption(const char* name) :
-        minValueCount_(1),
-        maxValueCount_(1),
-        name_(name),
-        descr_(nullptr),
-        storeIsSet_(nullptr)
+        minValueCount_(1), maxValueCount_(1), name_(name), descr_(nullptr), storeIsSet_(nullptr)
     {
     }