Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / utility / datafilefinder.h
index 4eda8b3afd52cd8de3cde402f05a87865c4fe8c4..45e4c70133ba8bb3bcc02945fef74e38c751573c 100644 (file)
@@ -91,9 +91,7 @@ public:
     }
     //! \copydoc DataFileOptions(const char *)
     DataFileOptions(const std::string& filename) :
-        filename_(filename.c_str()),
-        bCurrentDir_(true),
-        bThrow_(true)
+        filename_(filename.c_str()), bCurrentDir_(true), bThrow_(true)
     {
     }
 
@@ -131,9 +129,7 @@ struct DataFileInfo
 {
     //! Initializes the structure with given values.
     DataFileInfo(const std::string& dir, const std::string& name, bool bDefault) :
-        dir(dir),
-        name(name),
-        bFromDefaultDir(bDefault)
+        dir(dir), name(name), bFromDefaultDir(bDefault)
     {
     }