Skip to content

Commit 6a35182

Browse files
simbit18xiaoxiang781216
authored andcommitted
Fix Kconfig style
Remove spaces from Kconfig files Replace help => ---help--- Add TABs Add comments
1 parent 79c7962 commit 6a35182

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

inertial/madgwick/Kconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config LIB_MADGWICK
1515
if LIB_MADGWICK
1616

1717
config LIB_MADGWICK_VER
18-
string "Lib Madgwick version"
19-
default "1.2.1"
18+
string "Lib Madgwick version"
19+
default "1.2.1"
2020

2121
endif # LIB_MADGWICK

system/zlib/Kconfig

+8-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if LIB_ZLIB
1212
config LIB_ZLIB_TEST
1313
tristate "zlib test"
1414
default n
15-
help
15+
---help---
1616
Enable the test for zlib.
1717

1818
if LIB_ZLIB_TEST
@@ -45,7 +45,8 @@ config UTILS_GZIP_PRIORITY
4545
config UTILS_GZIP_STACKSIZE
4646
int "gzip utility statcksize"
4747
default 32768
48-
endif
48+
49+
endif # UTILS_GZIP
4950

5051
config UTILS_ZIP
5152
bool "ZIP tool"
@@ -65,7 +66,8 @@ config UTILS_ZIP_PRIORITY
6566
config UTILS_ZIP_STACKSIZE
6667
int "zip utility statcksize"
6768
default 32768
68-
endif
69+
70+
endif # UTILS_ZIP
6971

7072
config UTILS_UNZIP
7173
bool "UNZIP tool"
@@ -85,6 +87,7 @@ config UTILS_UNZIP_PRIORITY
8587
config UTILS_UNZIP_STACKSIZE
8688
int "unzip utility statcksize"
8789
default 32768
88-
endif
8990

90-
endif
91+
endif # UTILS_UNZIP
92+
93+
endif # LIB_ZLIB

0 commit comments

Comments
 (0)