[PATCH 2/2] h8300: Kconfig.cpu: Fix indentation

From: Juerg Haefliger
Date: Tue May 24 2022 - 03:27:27 EST


The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.

Signed-off-by: Juerg Haefliger <juergh@xxxxxxxxxxxxx>
---
arch/h8300/Kconfig.cpu | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu
index c30baa0499fc..172e8be0f0c3 100644
--- a/arch/h8300/Kconfig.cpu
+++ b/arch/h8300/Kconfig.cpu
@@ -26,7 +26,7 @@ config ROMKERNEL
menu "Processor type and features"

choice
-prompt "H8/300 platform"
+ prompt "H8/300 platform"

config H8300_AE3068
bool "AE-3068/69"
@@ -89,11 +89,11 @@ config H8S_SIM
endchoice

config H8300_BUILTIN_DTB
- string "Builtin DTB"
+ string "Builtin DTB"
default ""

config OFFSET
- hex "Load offset"
+ hex "Load offset"
default 0

endmenu
--
2.32.0