summaryrefslogtreecommitdiffstats
path: root/include/ingen/Connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Connection.hpp')
-rw-r--r--include/ingen/Connection.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/Connection.hpp b/include/ingen/Connection.hpp
index 8e429631..a9a26768 100644
--- a/include/ingen/Connection.hpp
+++ b/include/ingen/Connection.hpp
@@ -23,7 +23,6 @@
namespace Ingen {
namespace Shared {
-
/** A connection between two ports.
*
* \ingroup interface
@@ -36,7 +35,6 @@ public:
virtual const Raul::Path dst_port_path() const = 0;
};
-
} // namespace Shared
} // namespace Ingen