summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_region_view.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-09 00:27:05 +0200
committerRobin Gareus <robin@gareus.org>2019-04-09 00:27:33 +0200
commit01a43c6b1e30f9bef7fabf5f52cc031f149aaefa (patch)
tree8b55fbe0baf3f9e300d35b52247f2858e3f2f37f /gtk2_ardour/automation_region_view.cc
parent14b27be65842203ffc73b274feb03576126d8204 (diff)
Another round of whitespace fixes
Diffstat (limited to 'gtk2_ardour/automation_region_view.cc')
-rw-r--r--gtk2_ardour/automation_region_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_region_view.cc b/gtk2_ardour/automation_region_view.cc
index c3a7f6538a..fc871460a2 100644
--- a/gtk2_ardour/automation_region_view.cc
+++ b/gtk2_ardour/automation_region_view.cc
@@ -122,7 +122,7 @@ AutomationRegionView::get_fill_color() const
void
AutomationRegionView::mouse_mode_changed ()
{
- // Adjust sample colour (become more transparent for internal tools)
+ /* Adjust frame colour (become more transparent for internal tools) */
set_frame_color();
}
@@ -206,7 +206,7 @@ AutomationRegionView::add_automation_event (GdkEvent *, samplepos_t when, double
}
bool
-AutomationRegionView::paste (samplepos_t pos,
+AutomationRegionView::paste (samplepos_t pos,
unsigned paste_count,
float times,
boost::shared_ptr<const ARDOUR::AutomationList> slist)