From c1b9a3d4c72460c3f67199e72e5a5c1b4e705a03 Mon Sep 17 00:00:00 2001 From: David Barr Date: Thu, 17 Oct 2024 12:12:42 +0100 Subject: [PATCH] remove blank line --- src/menu/menu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/menu/menu.c b/src/menu/menu.c index 62575cf2..a067842f 100644 --- a/src/menu/menu.c +++ b/src/menu/menu.c @@ -139,8 +139,7 @@ menu_update_width(struct menu *menu) if (item->native_width > max_width) { max_width = item->native_width < theme->menu_max_width ? item->native_width : theme->menu_max_width; - } - + } } menu->size.width = max_width + 2 * theme->menu_item_padding_x; /* Update border size */