testing/cmocka/Kconfig: Fix indentation

Remove spaces from Kconfig
This commit is contained in:
simbit18 2023-05-18 14:58:53 +02:00 committed by Xiang Xiao
parent 487d541f36
commit d0cb5afc2f

View File

@ -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