Another round of whitespace fixes

This commit is contained in:
Robin Gareus 2019-04-09 00:27:05 +02:00
parent 14b27be658
commit 01a43c6b1e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
10 changed files with 116 additions and 115 deletions

View file

@ -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)