]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:50 +0000 (08:00 +0200)
commit8e520c384388e9f9048210de2792f6b038484c80
tree2549b5a512540798def5a66c7e60fb83fdd95b14
parenta3583008b75c8a87670631d1727e2dccc47b7c31
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