From 63f50b1fc570d6a9dc9dcfc8b51d82828f9556e6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 21 May 2016 16:34:22 -0400 Subject: [PATCH] no-op: move comment to make scope more clear --- gtk2_ardour/time_axis_view.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc index 3d97b7d180..04498e879e 100644 --- a/gtk2_ardour/time_axis_view.cc +++ b/gtk2_ardour/time_axis_view.cc @@ -632,11 +632,11 @@ TimeAxisView::name_entry_key_release (GdkEventKey* ev) end_name_edit (RESPONSE_CANCEL); return true; - /* Shift+Tab Keys Pressed. Note that for Shift+Tab, GDK actually - * generates a different ev->keyval, rather than setting - * ev->state. - */ case GDK_ISO_Left_Tab: + /* Shift+Tab Keys Pressed. Note that for Shift+Tab, GDK actually + * generates a different ev->keyval, rather than setting + * ev->state. + */ end_name_edit (RESPONSE_APPLY); return true;