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>
This commit is contained in:
Anand Moon 2024-06-23 23:10:21 +05:30 committed by Tom Rini
parent 17c39e700c
commit 608a88c270
5 changed files with 18 additions and 18 deletions