提交 3bd926cc 编写于 作者: M Masahiro Yamada 提交者: Simon Glass

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

Match the depth of indentation between #ifdef and #endif
for better readability.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: NSimon Glass <sjg@chromium.org>
上级 31dd0a9a
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册