This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 4452ee074395d9aa8d05037c5e1b752652674df4
Author: simbit18 <[email protected]>
AuthorDate: Tue May 9 16:07:19 2023 +0200

    arch/risc-v/src/mpfs/Kconfig: Fix indentation
    
    Remove spaces from Kconfig
    Add TABs
---
 arch/risc-v/src/mpfs/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/risc-v/src/mpfs/Kconfig b/arch/risc-v/src/mpfs/Kconfig
index 5dfb0c5d71..a8fb11b6fb 100644
--- a/arch/risc-v/src/mpfs/Kconfig
+++ b/arch/risc-v/src/mpfs/Kconfig
@@ -365,9 +365,9 @@ config MPFS_IHC_NUTTX_ON_HART3
                Set this to 1 if NuttX is running on hart3
 
 config MPFS_IHC_NUTTX_ON_HART4
-        int "NuttX on hart4"
-        depends on MPFS_IHC_CLIENT || MPFS_IHC_SBI
-        default 0
+       int "NuttX on hart4"
+       depends on MPFS_IHC_CLIENT || MPFS_IHC_SBI
+       default 0
        range 0 1
        ---help---
                Set this to 1 if NuttX is running on hart4

Reply via email to