lib: fdt: fix indent of #ifdef..#endif conditional
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Aug 2015 07:03:25 +0000 (16:03 +0900)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Aug 2015 14:42:39 +0000 (08:42 -0600)
commit3bd926cc7e31a8b18fb96f639f15021d21c3fc07
treeaac80edf6bd6536723c053f507e3ff411020b116
parent31dd0a9a76f22427c34812d8f5cdf6408e803156
lib: fdt: fix indent of #ifdef..#endif conditional

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