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-apps.git
commit d0cb5afc2fa96978cf425b4e7574e3026ce03f00 Author: simbit18 <[email protected]> AuthorDate: Thu May 18 14:58:53 2023 +0200 testing/cmocka/Kconfig: Fix indentation Remove spaces from Kconfig --- testing/cmocka/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/cmocka/Kconfig b/testing/cmocka/Kconfig index ad2da2b15..7aebcde0c 100644 --- a/testing/cmocka/Kconfig +++ b/testing/cmocka/Kconfig @@ -24,6 +24,6 @@ config TESTING_CMOCKA_PRIORITY config TESTING_CMOCKA_STACKSIZE int "cmocka test stack size" - default DEFAULT_TASK_STACKSIZE + default DEFAULT_TASK_STACKSIZE endif
