From dd556f6ee8bb92c925193b1df911d8c8f0f8c192 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 4 Oct 2023 18:48:51 -0600 Subject: [PATCH] NO-OP: line formattting --- gtk2_ardour/editor_ops.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 3b5b2334e5..339b436064 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -8459,10 +8459,8 @@ Editor::do_insert_time () } void -Editor::insert_time ( - timepos_t const & pos, timecnt_t const & samples, InsertTimeOption opt, - bool all_playlists, bool markers_too, bool locked_markers_too, bool tempo_too - ) +Editor::insert_time (timepos_t const & pos, timecnt_t const & samples, InsertTimeOption opt, bool all_playlists, bool markers_too, + bool locked_markers_too, bool tempo_too) { if (Config->get_edit_mode() == Lock) {