final spacing cleanups?

This commit is contained in:
David Barr 2024-10-17 14:06:40 +01:00 committed by GitHub
parent b1f9619822
commit 387555f780
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1187,9 +1187,9 @@ menu_free(struct menu *menu)
} }
/* /*
* Destroying the root node will destroy everything, * Destroying the root node will destroy everything,
* including node descriptors and scaled_font_buffers. * including node descriptors and scaled_font_buffers.
*/ */
wlr_scene_node_destroy(&menu->border->node); wlr_scene_node_destroy(&menu->border->node);
wlr_scene_node_destroy(&menu->background->node); wlr_scene_node_destroy(&menu->background->node);
wlr_scene_node_destroy(&menu->items_tree->node); wlr_scene_node_destroy(&menu->items_tree->node);