From: Marek Vasut <marek.vasut+renesas@mailbox.org>
Date: Sat, 13 Jul 2024 13:19:15 +0000 (+0200)
Subject: boot: Remove duplicate newlines
X-Git-Tag: v2025.01-rc5-pxa1908~403^2~21
X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=789934f1bb0141ee5e7d488d57d22c9182fe76d8;p=u-boot.git

boot: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---

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;