NOOP: whitespace conventions

This commit is contained in:
Paul Davis 2022-02-21 16:13:48 -07:00
parent 2eda6d1865
commit e8dc95ded5
1 changed files with 4 additions and 4 deletions

View File

@ -84,8 +84,8 @@ RegionView::RegionView (ArdourCanvas::Container* parent,
TimeAxisViewItem::Visibility ((UIConfiguration::instance().get_show_region_name() ? TimeAxisViewItem::ShowNameText : 0) |
TimeAxisViewItem::ShowNameHighlight| TimeAxisViewItem::ShowFrame)))
, _region (r)
, sync_mark(0)
, sync_line(0)
, sync_mark (0)
, sync_line (0)
, editor(0)
, current_visible_sync_position(0.0)
, valid(false)
@ -107,8 +107,8 @@ RegionView::RegionView (ArdourCanvas::Container* parent,
RegionView::RegionView (const RegionView& other)
: sigc::trackable(other)
, TimeAxisViewItem (other)
, sync_mark(0)
, sync_line(0)
, sync_mark (0)
, sync_line (0)
, _silence_text (0)
, _xrun_markers_visible (false)
, _cue_markers_visible (false)