Apply clang-format to source tree
[alexxy/gromacs.git] / src / api / cpp / md_impl.h
index 8eeda00d9efd2e496f65f6b27ce07704e458ab68..26a91a00fdea6a5050495831b5cd7ca153ea3456 100644 (file)
@@ -57,20 +57,20 @@ class MDWorkSpec;
  */
 class MDHolder::Impl
 {
-    public:
-        /*!
-         * \brief Construct by capturing a messaging object.
-         *
-         * \param spec operations specified for a workflow and the means to instantiate them.
-         */
-        explicit Impl(std::shared_ptr<MDWorkSpec> &&spec);
+public:
+    /*!
+     * \brief Construct by capturing a messaging object.
+     *
+     * \param spec operations specified for a workflow and the means to instantiate them.
+     */
+    explicit Impl(std::shared_ptr<MDWorkSpec>&& spec);
 
-        /*!
-         * \brief Shared ownership of the gmxapi object used for higher level message passing.
-         */
-        std::shared_ptr<MDWorkSpec> spec_ {nullptr};
+    /*!
+     * \brief Shared ownership of the gmxapi object used for higher level message passing.
+     */
+    std::shared_ptr<MDWorkSpec> spec_{ nullptr };
 };
 
-}      // namespace gmxapi
+} // namespace gmxapi
 
 #endif // header guard