mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
NOOP: whitespace and multiline -> one line changes
This commit is contained in:
parent
22a56de13a
commit
e0fa447d29
3 changed files with 6 additions and 10 deletions
|
|
@ -166,9 +166,7 @@ AudioStreamView::redisplay_track ()
|
|||
|
||||
// Add and display views, and flag them as valid
|
||||
if (_trackview.is_audio_track()) {
|
||||
_trackview.track()->playlist()->foreach_region(
|
||||
sigc::hide_return (sigc::mem_fun (*this, &StreamView::add_region_view))
|
||||
);
|
||||
_trackview.track()->playlist()->foreach_region (sigc::hide_return (sigc::mem_fun (*this, &StreamView::add_region_view)));
|
||||
}
|
||||
|
||||
// Stack regions by layer, and remove invalid regions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue