From 727b666c18fb64c7261501e5a95a9a0f9f49cd13 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Sep 2023 19:57:37 -0600 Subject: [PATCH] NOOP: reformat comment --- gtk2_ardour/editor_ops.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index f37b72e0d3..199b9cbb4d 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -4444,8 +4444,11 @@ Editor::bounce_range_selection (BounceTarget target, bool with_processing) ranges.push_back (TimelineRange (start, start+cnt, 0)); playlist->cut (ranges); // discard result - /*SPECIAL CASE: we are bouncing to a new Source *AND* replacing the existing range on the timeline (consolidate)*/ - /*we don't add the whole_file region here; we insert a discrete copy*/ + /* SPECIAL CASE: we are bouncing to a new Source *AND* + * replacing the existing range on the timeline + * (consolidate) *we don't add the whole_file region + * here; we insert a discrete copy. + */ PropertyList plist; plist.add (ARDOUR::Properties::whole_file, false); std::shared_ptr copy (RegionFactory::create (r, plist));