summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-02 20:24:54 -0400
committerDavid Robillard <d@drobilla.net>2016-10-02 21:02:16 -0400
commita6c193970cd7944a4ff364ae9b3abf02a9e3034f (patch)
tree4e21dd36d36972af849c9c9812667b24efd8e942 /src/gui/GraphBox.hpp
parent42fd0183fa7950e57a74e0b8b12fa14edea21af8 (diff)
downloadingen-a6c193970cd7944a4ff364ae9b3abf02a9e3034f.tar.gz
ingen-a6c193970cd7944a4ff364ae9b3abf02a9e3034f.tar.bz2
ingen-a6c193970cd7944a4ff364ae9b3abf02a9e3034f.zip
Fix whitespace
Diffstat (limited to 'src/gui/GraphBox.hpp')
-rw-r--r--src/gui/GraphBox.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp
index af17a1ac..3ffd1f91 100644
--- a/src/gui/GraphBox.hpp
+++ b/src/gui/GraphBox.hpp
@@ -87,7 +87,7 @@ public:
SPtr<GraphView> view() const { return _view; }
void show_port_status(const Client::PortModel* model,
- const Atom& value);
+ const Atom& value);
void set_graph_from_path(const Raul::Path& path, SPtr<GraphView> view);