From 789934f1bb0141ee5e7d488d57d22c9182fe76d8 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 13 Jul 2024 15:19:15 +0200 Subject: boot: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- boot/pxe_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'boot') diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index 53d6cf700b..4e27842b08 100644 --- a/boot/pxe_utils.c +++ b/boot/pxe_utils.c @@ -1470,7 +1470,6 @@ static struct menu *pxe_menu_to_menu(struct pxe_menu *cfg) override_num = label->num; } - if (label_override) { if (override_num) default_num = override_num; -- cgit v1.2.3