tracing: fix indentation of config entries

Fix indentation.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-05-20 08:14:47 -04:00 committed by Kumar Gala
commit acee43a176

View file

@ -197,6 +197,7 @@ config TRACING_CMD_BUFFER_SIZE
Size of tracing command buffer.
menu "Tracing Configuration"
config SYSCALL_TRACING
bool "Enable tracing Syscalls"
default y
@ -299,7 +300,8 @@ menu "Tracing Configuration"
default y
help
Enable tracing Timers.
endmenu
endmenu # Tracing Configuration
endif