Skip to content

Commit

Permalink
Fix Kconfig style
Browse files Browse the repository at this point in the history
Remove TABs from Kconfig files
Add comments
  • Loading branch information
simbit18 authored and xiaoxiang781216 committed Jun 20, 2023
1 parent e89409c commit 83bddd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphics/nxwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ config NXWM_MEDIAPLAYER_CUSTOM_COLORS

if NXWM_MEDIAPLAYER_CUSTOM_COLORS

config NXWM_MEDIAPLAYER_VOLUMECOLOR
config NXWM_MEDIAPLAYER_VOLUMECOLOR
hex "Media Volume Slide Color"
default 0x0

Expand Down
4 changes: 2 additions & 2 deletions testing/nxffs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config TESTING_NXFFS_MAXNAME
---help---
Determines the maximum size of names used in the filesystem

config TESTING_NXFFS_MAXFILE
config TESTING_NXFFS_MAXFILE
int "Max file size"
default 8192
---help---
Expand All @@ -68,4 +68,4 @@ config TESTING_NXFFS_VERBOSE
bool "Verbose output"
default n

endif
endif # TESTING_NXFFS

0 comments on commit 83bddd8

Please sign in to comment.