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 2a56bbdb00de4e5228837449e2745a077bfbdc28 Author: simbit18 <[email protected]> AuthorDate: Tue May 9 16:04:00 2023 +0200 arch/ceva/src/xc5/Kconfig: Fix indentation Remove spaces from Kconfig Add TABs --- arch/ceva/src/xc5/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ceva/src/xc5/Kconfig b/arch/ceva/src/xc5/Kconfig index cedf186c51..b6ae32ad7c 100644 --- a/arch/ceva/src/xc5/Kconfig +++ b/arch/ceva/src/xc5/Kconfig @@ -8,4 +8,4 @@ comment "XC5 Configuration Options" config XC5_PSU_ENABLE bool "Enable power management of XC5" ---help--- - Doze or idle mode of xc5 power managerment. + Doze or idle mode of xc5 power managerment.
