Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_atomtype.cpp
index 429de6bd30245ec78a588539bdcc910f2b0689c4..8c2c60ab3dda1343e6d532e36fd37ecca798cec5 100644 (file)
@@ -61,11 +61,7 @@ struct AtomTypeData
 {
     //! Explicit constructor.
     AtomTypeData(const t_atom& a, char** name, const InteractionOfType& nb, const int bondAtomType, const int atomNumber) :
-        atom_(a),
-        name_(name),
-        nb_(nb),
-        bondAtomType_(bondAtomType),
-        atomNumber_(atomNumber)
+        atom_(a), name_(name), nb_(nb), bondAtomType_(bondAtomType), atomNumber_(atomNumber)
     {
     }
     //! Actual atom data.