Kconfig: use 4 spaces to instead 1 tab

In some Kconfig file, both 4 spaces and 1 tab are used mix, let's just
use 4 space, it will be clean in some editor.
This commit is contained in:
Wu Jian Gang
2016-09-28 13:24:58 +08:00
parent 70e1131b4b
commit ed0a85ab4d
8 changed files with 203 additions and 203 deletions

View File

@@ -2,7 +2,7 @@ menu "mbedTLS"
config MBEDTLS_SSL_MAX_CONTENT_LEN
int "TLS maximum message content length"
default 16384
default 16384
range 512 16384
help
Maximum TLS message length (in bytes) supported by mbedTLS.