mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Another round of whitespace fixes
This commit is contained in:
parent
14b27be658
commit
01a43c6b1e
10 changed files with 116 additions and 115 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue