Apply clang-format to source tree
[alexxy/gromacs.git] / src / testutils / tprfilegenerator.h
index 3b176fd275294cd5b477c7838bb74214151a75ce..2073eccfd6945a61bd89be84bd8aa740f9f9ad84 100644 (file)
@@ -59,20 +59,21 @@ class TestFileManager;
  */
 class TprAndFileManager
 {
-    public:
-        /*! \brief
-         * Generates the file when needed.
-         *
-         * \param[in] name The basename of the input files and the generated TPR.
-         */
-        TprAndFileManager(const std::string &name);
-        //! Access to the string.
-        const std::string &tprName() const { return tprFileName_; }
-    private:
-        //! Tpr file name.
-        std::string     tprFileName_;
-        //! Filemanager, needed to clean up the file later.
-        TestFileManager fileManager_;
+public:
+    /*! \brief
+     * Generates the file when needed.
+     *
+     * \param[in] name The basename of the input files and the generated TPR.
+     */
+    TprAndFileManager(const std::string& name);
+    //! Access to the string.
+    const std::string& tprName() const { return tprFileName_; }
+
+private:
+    //! Tpr file name.
+    std::string tprFileName_;
+    //! Filemanager, needed to clean up the file later.
+    TestFileManager fileManager_;
 };
 
 } // namespace test