NO-OP: whitespace

This commit is contained in:
Paul Davis 2024-12-26 09:28:06 -07:00
parent 084a23a80d
commit 24a1fd9dbe

View file

@ -628,7 +628,7 @@ GtkCanvas::pick_current_item (Duple const & point, int state)
/* find the items at the given window position */
list<Item const *> within_items;
get_items_enclosing(point, within_items);
get_items_enclosing (point, within_items);
DEBUG_TRACE (PBD::DEBUG::CanvasEnterLeave, string_compose ("after filtering insensitive + containers, we have %1 items\n", within_items.size()));