From: Dan Carpenter Date: Thu, 27 Jul 2023 07:12:39 +0000 (+0300) Subject: cmd: pxe_utils: add some missing tabs X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=bb34bc0c96168857d6b5127d3487223b0ea8cfa5;p=u-boot.git cmd: pxe_utils: add some missing tabs These lines are supposed to be indented one more tab. Otherwise it's confusing to read. Signed-off-by: Dan Carpenter Reviewed-by: Patrick Delaunay --- diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index d13c47dd94..ac1414a5f2 100644 --- a/boot/pxe_utils.c +++ b/boot/pxe_utils.c @@ -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)