projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31dd0a9
)
lib: fdt: fix indent of #ifdef..#endif conditional
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sat, 1 Aug 2015 07:03:25 +0000
(16:03 +0900)
committer
Simon Glass
<sjg@chromium.org>
Wed, 5 Aug 2015 14:42:39 +0000
(08:42 -0600)
Match the depth of indentation between #ifdef and #endif
for better readability.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
lib/fdtdec.c
patch
|
blob
|
history
diff --git
a/lib/fdtdec.c
b/lib/fdtdec.c
index a954051f7e108d5e5e373c6e75eea088564f9001..48667efcb5873cffce378c9f6df58f3d58a02018 100644
(file)
--- a/
lib/fdtdec.c
+++ b/
lib/fdtdec.c
@@
-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");