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

@ -89,7 +89,7 @@ if USB_DEVICE_NETWORK
module = USB_DEVICE_NETWORK module = USB_DEVICE_NETWORK
module-dep = LOG module-dep = LOG
module-str=USR Device Network log level module-str = USB Device Network log level
source "subsys/net/Kconfig.template.log_config.net" source "subsys/net/Kconfig.template.log_config.net"
endif # USB_DEVICE_NETWORK endif # USB_DEVICE_NETWORK