]> git.dujemihanovic.xyz Git - u-boot.git/commit
Fix Kconfig coding style from spaces to tab
authorAnand Moon <linux.amoon@gmail.com>
Sun, 23 Jun 2024 17:40:21 +0000 (23:10 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 5 Jul 2024 19:57:02 +0000 (13:57 -0600)
commit608a88c2709cc46c3de0f0ecd9206866b58c256f
treea0d83472ef697c2adf4942d123282a2e90b349e8
parent17c39e700c634516887079ad961df99fe63b080d
Fix Kconfig coding style from spaces to tab

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
boot/Kconfig
cmd/Kconfig
disk/Kconfig
lib/Kconfig
net/Kconfig