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 75b02b037c4d3a6b0b7cff8932d1c9e04432f5f7
Author: simbit18 <[email protected]>
AuthorDate: Tue May 9 15:30:37 2023 +0200

    arch/arm/src/imx6/Kconfig: Fix indentation
    
    Remove spaces from Kconfig
    Add TABs
---
 arch/arm/src/imx6/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/src/imx6/Kconfig b/arch/arm/src/imx6/Kconfig
index 6692a25c6a..27901bc47a 100644
--- a/arch/arm/src/imx6/Kconfig
+++ b/arch/arm/src/imx6/Kconfig
@@ -166,8 +166,8 @@ config IMX_ENET_PHYINIT
                function one time before it first uses the PHY.
 
 config IMX_ENET_WITH_QEMU
-       bool "With QEMU"
-       default y
+       bool "With QEMU"
+       default y
 
 endmenu # IMX_ENET
 

Reply via email to