ARM: OMAP1: Remove leading spaces in Kconfig
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Mon, 17 May 2021 09:58:09 +0000 (11:58 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 21 May 2021 09:12:15 +0000 (12:12 +0300)
commit68f6941a6aec145c79d4e663eb4411514d83fc5a
treeeb43edc7cc50bac2e108dce8750374a3c5424150
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
ARM: OMAP1: Remove leading spaces in Kconfig

Remove leading spaces before tabs in Kconfig file(s) by running the
following command:

  $ find arch/arm/mach-omap1 -name 'Kconfig*' | \
    xargs sed -r -i 's/^[ ]+\t/\t/'

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/Kconfig