Fix Kconfig style

Remove TABs from Kconfig files
Add comments
This commit is contained in:
simbit18 2023-06-20 16:05:49 +02:00 committed by Xiang Xiao
parent e89409cfe6
commit 83bddd86c5
2 changed files with 3 additions and 3 deletions

View File

@ -922,7 +922,7 @@ config NXWM_MEDIAPLAYER_CUSTOM_COLORS
if NXWM_MEDIAPLAYER_CUSTOM_COLORS if NXWM_MEDIAPLAYER_CUSTOM_COLORS
config NXWM_MEDIAPLAYER_VOLUMECOLOR config NXWM_MEDIAPLAYER_VOLUMECOLOR
hex "Media Volume Slide Color" hex "Media Volume Slide Color"
default 0x0 default 0x0

View File

@ -42,7 +42,7 @@ config TESTING_NXFFS_MAXNAME
---help--- ---help---
Determines the maximum size of names used in the filesystem Determines the maximum size of names used in the filesystem
config TESTING_NXFFS_MAXFILE config TESTING_NXFFS_MAXFILE
int "Max file size" int "Max file size"
default 8192 default 8192
---help--- ---help---
@ -68,4 +68,4 @@ config TESTING_NXFFS_VERBOSE
bool "Verbose output" bool "Verbose output"
default n default n
endif endif # TESTING_NXFFS