]> git.sur5r.net Git - u-boot/commit
ARM: image: indent with tab instead of 4 spaces
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 13 Feb 2018 02:32:15 +0000 (11:32 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 14 Feb 2018 04:24:22 +0000 (23:24 -0500)
commit6becd9de6b4a320dcc647fe50bf820f28d62190b
tree93b1ed1c3aaded57c8c80f9bbdf1d9eb5b77a53e
parentbf14d9a7e12e319bfd8fc8c54ef416331287cfda
ARM: image: indent with tab instead of 4 spaces

Commit 6808ef9ac2a6 ("move booti_setup to arch/arm/lig/image.c")
not only moved the code, but also replaced a tab with 4 spaces
to break the Linux coding style.

Restore tab indentation.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Bin Chen <bin.chen@linaro.org>
arch/arm/lib/image.c