summaryrefslogtreecommitdiffstats
path: root/src/engine/OutputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/OutputPort.hpp')
-rw-r--r--src/engine/OutputPort.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/OutputPort.hpp b/src/engine/OutputPort.hpp
index eb78bf0a..fc1434af 100644
--- a/src/engine/OutputPort.hpp
+++ b/src/engine/OutputPort.hpp
@@ -24,7 +24,6 @@
namespace Ingen {
-
/** An output port.
*
* Output ports always have a locally allocated buffer, and buffer() will
@@ -59,7 +58,6 @@ public:
bool is_output() const { return true; }
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_OUTPUTPORT_HPP