aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut2024-07-13 15:19:15 +0200
committerTom Rini2024-07-15 12:12:17 -0600
commit789934f1bb0141ee5e7d488d57d22c9182fe76d8 (patch)
treedea6071b008cb62f2001b19824b97d877aee20c3
parent18a7792677f688fee8d7f59633dc62146cdf4425 (diff)
boot: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r--boot/pxe_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c
index 53d6cf700b2..4e27842b088 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;