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 <dan.carpenter@linaro.org>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
Dan Carpenter 2023-07-27 10:12:39 +03:00 committed by Tom Rini
parent f9a12cc92a
commit bb34bc0c96

View file

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