]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: pxe_utils: add some missing tabs
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 27 Jul 2023 07:12:39 +0000 (10:12 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 8 Aug 2023 21:41:52 +0000 (17:41 -0400)
These lines are supposed to be indented one more tab.  Otherwise it's
confusing to read.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
boot/pxe_utils.c

index d13c47dd9429d5806583f4403d2fac12a7cd4a59..ac1414a5f26d20f1fa853eed170f2e4c3aae883b 100644 (file)
@@ -702,8 +702,8 @@ static int label_boot(struct pxe_context *ctx, struct pxe_label *label)
                                }
                        }
 
-               if (label->kaslrseed)
-                       label_boot_kaslrseed();
+                       if (label->kaslrseed)
+                               label_boot_kaslrseed();
 
 #ifdef CONFIG_OF_LIBFDT_OVERLAY
                        if (label->fdtoverlays)