From a6c193970cd7944a4ff364ae9b3abf02a9e3034f Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 2 Oct 2016 20:24:54 -0400
Subject: Fix whitespace

---
 src/gui/GraphBox.hpp          | 2 +-
 src/gui/NewSubgraphWindow.cpp | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

(limited to 'src')

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);
 
diff --git a/src/gui/NewSubgraphWindow.cpp b/src/gui/NewSubgraphWindow.cpp
index 8d19c107..c717a55b 100644
--- a/src/gui/NewSubgraphWindow.cpp
+++ b/src/gui/NewSubgraphWindow.cpp
@@ -86,6 +86,7 @@ NewSubgraphWindow::name_changed()
 		_ok_button->property_sensitive() = true;
 	}
 }
+
 void
 NewSubgraphWindow::ok_clicked()
 {
-- 
cgit v1.2.1