From d991ef4d089bc67710512f7d2f3ffba38663d2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Fri, 29 Jan 2016 14:05:53 +0100 Subject: Fixed style issues --- drumgizmo/enginefactory.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'drumgizmo/enginefactory.h') diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index d7e63ee..01e2610 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -75,7 +75,7 @@ public: //! Query list of available input engines' names //! \return const reference to the list const std::list& getInputEngines() const; - + //! Query list of available output engines' names //! \return const reference to the list const std::list& getOutputEngines() const; @@ -84,7 +84,7 @@ public: //! \param name Name of the input engine that should be initialized //! \return unique_ptr to input engine or nullptr if engine is not supported std::unique_ptr createInput(const std::string& name); - + //! Create input engine by name //! \param name Name of the output engine that should be initialized //! \return unique_ptr to input engine or nullptr if engine is not supported @@ -100,5 +100,4 @@ protected: // Utility to initialize jack (once) void prepareJack(); #endif - }; -- cgit v1.2.3