summaryrefslogtreecommitdiff
path: root/libs/ardour/graphnode.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/graphnode.cc')
-rw-r--r--libs/ardour/graphnode.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/graphnode.cc b/libs/ardour/graphnode.cc
index 7c0bc936d7..8a2deed808 100644
--- a/libs/ardour/graphnode.cc
+++ b/libs/ardour/graphnode.cc
@@ -26,7 +26,7 @@ using namespace ARDOUR;
GraphNode::GraphNode (graph_ptr_t graph)
: _graph(graph)
-{
+{
}
GraphNode::~GraphNode()