From 65813054d275a03b7a70bbd8b8842c26f10a635c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 13 Apr 2025 22:42:03 +0200 Subject: [PATCH] NO-OP: whitespace --- gtk2_ardour/editor_ops.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 94ea301cdf..20b98c82d7 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -2002,8 +2002,8 @@ Editor::add_location_mark_with_flag (timepos_t const & where, Location::Flags fl if (UIConfiguration::instance().get_name_new_markers()) { if (!edit_location (*location, true, false)) { delete location; - return; - } + return; + } } begin_reversible_command (_("add marker"));