From 999ac5d5bbdd742b135c22b4fa0bb97762d7a2df Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Mon, 8 May 2023 14:07:46 +0200 Subject: [PATCH] arch/xtensa/src/esp32/kconfig: Fix indentation Remove spaces from Kconfig Add TABs --- arch/xtensa/src/esp32/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig index 1647a0aa31e..932ed3d8349 100644 --- a/arch/xtensa/src/esp32/Kconfig +++ b/arch/xtensa/src/esp32/Kconfig @@ -1135,12 +1135,12 @@ config ESP32_TWAI0_SAM endif # ESP32_TWAI0 config ESP32_TWAI_REGDEBUG - bool "TWAI register level debug" - depends on DEBUG_CAN_INFO - default n - ---help--- - Output detailed register-level TWAI debug information. Requires also - CONFIG_DEBUG_CAN_INFO. + bool "TWAI register level debug" + depends on DEBUG_CAN_INFO + default n + ---help--- + Output detailed register-level TWAI debug information. Requires also + CONFIG_DEBUG_CAN_INFO. endmenu #ESP32_TWAI