Re: [PATCH] cmd: Fix Kconfig coding style

2025-01-31 Thread Tom Rini
On Wed, 29 Jan 2025 16:24:32 +0100, Michal Simek wrote: > Some entries are not using tabs for indentation and also help should use > two spaces indentation. > > Applied to u-boot/master, thanks! -- Tom

[PATCH] cmd: Fix Kconfig coding style

2025-01-29 Thread Michal Simek
Some entries are not using tabs for indentation and also help should use two spaces indentation. Signed-off-by: Michal Simek --- cmd/Kconfig | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index d00e743