net: Make Kconfig template variables prettier

Adding spaces around "=" when definining Kconfig template so
that is more consistent with overall style of these template
variables.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2018-10-05 15:14:58 +03:00 committed by Anas Nashif
commit 009e4dafa7
14 changed files with 66 additions and 66 deletions

View file

@ -67,10 +67,10 @@ config HTTP_CLIENT_NETWORK_TIMEOUT
Default network activity timeout in seconds. This setting is used
for TCP connection timeout.
module=HTTP
module-dep=NET_LOG
module-str=Log level for HTTP
module-help=Enables routing engine debug messages.
module = HTTP
module-dep = NET_LOG
module-str = Log level for HTTP
module-help = Enables routing engine debug messages.
source "subsys/net/Kconfig.template.log_config.net"
config NET_DEBUG_HTTP_CONN