Re: [PATCH] Fix Kconfig coding style from spaces to tab

2024-07-05 Thread Tom Rini
On Sun, Jun 23, 2024 at 11:10:21PM +0530, Anand Moon wrote: > 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 Applied to u-boot/master, thanks! -- Tom signature

[PATCH] Fix Kconfig coding style from spaces to tab

2024-06-23 Thread Anand Moon
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 --- boot/Kconfig | 8 cmd/Kconfig | 20 ++-- disk/Kconfig | 2 +- lib/Kconfig | 2 +- net/Kco