From d0cb5afc2fa96978cf425b4e7574e3026ce03f00 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Thu, 18 May 2023 14:58:53 +0200 Subject: [PATCH] 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