mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Fix Kconfig style
Remove spaces from Kconfig files Add TABs
This commit is contained in:
parent
aa9f366eec
commit
5c02379548
3 changed files with 13 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ config MM_KASAN
|
|||
add -fsanitize=kernel-address to CFLAGS/CXXFLAGS too.
|
||||
|
||||
config MM_KASAN_INSTRUMENT
|
||||
bool
|
||||
bool
|
||||
|
||||
if MM_KASAN
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ config MM_KASAN_SW_TAGS
|
|||
---help---
|
||||
KAsan based on software tags
|
||||
|
||||
endchoice
|
||||
endchoice # KAsan Mode
|
||||
|
||||
config MM_KASAN_INSTRUMENT_ALL
|
||||
bool "Enable KASan for the entire image"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue