]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
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

index a954051f7e108d5e5e373c6e75eea088564f9001..48667efcb5873cffce378c9f6df58f3d58a02018 100644 (file)
@@ -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");