From: Simon Glass <sjg@chromium.org>
Date: Wed, 17 Jul 2024 08:31:03 +0000 (+0100)
Subject: boot: Correct indentation in efi bootmeth
X-Git-Tag: v2025.01-rc5-pxa1908~386^2~1
X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6b387c9396f8df431e58d7e75bbd7ea9fd0043ca;p=u-boot.git

boot: Correct indentation in efi bootmeth

Fix a minor indentation / whitespace problem in a comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glkp@gmx.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
---

diff --git a/boot/bootmeth_efi.c b/boot/bootmeth_efi.c
index 56a6e47f5b..39232eb2e2 100644
--- a/boot/bootmeth_efi.c
+++ b/boot/bootmeth_efi.c
@@ -265,7 +265,7 @@ static int distro_efi_read_bootflow_net(struct bootflow *bflow)
 		return log_msg_ret("sz", -EINVAL);
 	bflow->size = size;
 
-    /* bootfile should be setup by dhcp*/
+	/* bootfile should be setup by dhcp */
 	bootfile_name = env_get("bootfile");
 	if (!bootfile_name)
 		return log_msg_ret("bootfile_name", ret);