summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-02-08 22:24:17 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-02-08 22:24:17 +0100
commit5c26a21d4969ff743394ec7b2b264806b77e8ba6 (patch)
treed70990f256e18cccd68d8d7ae31c90d90e21bbfc
parentaef942da1b56990cf394e8bc6a50dadaaaeecd10 (diff)
NO-OP: whitespace
-rw-r--r--gtk2_ardour/ardour_ui2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index ac05f5b58d..833ce6b617 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -516,7 +516,7 @@ ARDOUR_UI::setup_transport ()
nothing inside the transport_frame actually draws a background. We
would therefore end up seeing the background of the parent widget,
which is probably some default color. Adding the EventBox adds a
- widget that will draw the background, using a style based on
+ widget that will draw the background, using a style based on
the parent, "TransportFrame".
*/
Gtk::EventBox* ebox = manage (new Gtk::EventBox);
@@ -562,7 +562,7 @@ ARDOUR_UI::setup_transport ()
button_height_size_group->add_widget (stop_button);
// button_height_size_group->add_widget (sync_button);
button_height_size_group->add_widget (auto_return_button);
-
+
//tab selections
button_height_size_group->add_widget (editor_visibility_button);
button_height_size_group->add_widget (mixer_visibility_button);