From 8037762690a03428a093794cd5ce4d715d9b9f9c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 28 Jul 2025 09:56:04 -0600 Subject: [PATCH] braces, please --- gtk2_ardour/editing_context.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/editing_context.cc b/gtk2_ardour/editing_context.cc index f85fca86c6..629e459430 100644 --- a/gtk2_ardour/editing_context.cc +++ b/gtk2_ardour/editing_context.cc @@ -1055,8 +1055,9 @@ EditingContext::set_grid_to (GridType gt) } bool grid_type_changed = true; - if ( grid_type_is_musical(_grid_type) && grid_type_is_musical(gt)) + if ( grid_type_is_musical(_grid_type) && grid_type_is_musical(gt)) { grid_type_changed = false; + } _grid_type = gt;