Apply clang-format to source tree
[alexxy/gromacs.git] / python_packaging / src / gmxapi / pycontext.h
index 54c7dc0b9b1c4d16a4a25c617b3fb8b740e7300a..7e5d44ed0d22744cf7586175f74c8b0c0baff567 100644 (file)
@@ -61,30 +61,30 @@ using gmxapi::MDArgs;
  */
 class PyContext
 {
-    public:
-        PyContext();
-        void setMDArgs(const MDArgs &mdArgs);
-        std::shared_ptr<gmxapi::Session> launch(const gmxapi::Workflow &work);
-        std::shared_ptr<gmxapi::Context> get() const;
+public:
+    PyContext();
+    void                             setMDArgs(const MDArgs& mdArgs);
+    std::shared_ptr<gmxapi::Session> launch(const gmxapi::Workflow& work);
+    std::shared_ptr<gmxapi::Context> get() const;
 
-        void addMDModule(pybind11::object forceProvider);
+    void addMDModule(pybind11::object forceProvider);
 
-        /*!
-         * \brief Borrow shared ownership of the System's container of associated modules.
-         *
-         * Used with gmxapi::MDHolder to add MD Modules to the simulation to be run.
-         *
-         * \return handle to be passed to gmxapi::MDHolder
-         *
-         */
-        std::shared_ptr<gmxapi::MDWorkSpec> getSpec() const;
+    /*!
+     * \brief Borrow shared ownership of the System's container of associated modules.
+     *
+     * Used with gmxapi::MDHolder to add MD Modules to the simulation to be run.
+     *
+     * \return handle to be passed to gmxapi::MDHolder
+     *
+     */
+    std::shared_ptr<gmxapi::MDWorkSpec> getSpec() const;
 
-    private:
-        std::shared_ptr<gmxapi::Context>    context_;
-        std::shared_ptr<gmxapi::MDWorkSpec> workNodes_;
+private:
+    std::shared_ptr<gmxapi::Context>    context_;
+    std::shared_ptr<gmxapi::MDWorkSpec> workNodes_;
 };
 
 
-}      // end namespace gmxpy
+} // end namespace gmxpy
 
-#endif //GMXPY_PYCONTEXT_H
+#endif // GMXPY_PYCONTEXT_H