Skip to content
Snippets Groups Projects
Commit 3bd926cc authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

lib: fdt: fix indent of #ifdef..#endif conditional


Match the depth of indentation between #ifdef and #endif
for better readability.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 31dd0a9a
No related branches found
No related tags found
No related merge requests found
......@@ -1167,7 +1167,7 @@ int fdtdec_setup(void)
# else
/* FDT is at end of image */
gd->fdt_blob = (ulong *)&_end;
#endif
# endif
# elif defined(CONFIG_OF_HOSTFILE)
if (sandbox_read_fdt_from_file()) {
puts("Failed to read control FDT\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment