Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / utility / stringutil.cpp
index c818320e2ec82ccd32352676a10b01a4dd34bd62..779fa9ad7fd2e497f2dc33df4327914aba5c5790 100644 (file)
@@ -338,11 +338,7 @@ bool equalCaseInsensitive(const std::string& source, const std::string& target,
  */
 
 TextLineWrapperSettings::TextLineWrapperSettings() :
-    maxLength_(0),
-    indent_(0),
-    firstLineIndent_(-1),
-    bKeepFinalSpaces_(false),
-    continuationChar_('\0')
+    maxLength_(0), indent_(0), firstLineIndent_(-1), bKeepFinalSpaces_(false), continuationChar_('\0')
 {
 }