commit | a60a5567f449ed0a743de99197f7d575e05567c8 | [log] [tgz] |
---|---|---|
author | simbit18 <101105604+simbit18@users.noreply.github.com> | Wed May 17 14:19:13 2023 +0200 |
committer | Xiang Xiao <xiaoxiang781216@gmail.com> | Thu May 18 00:38:54 2023 +0800 |
tree | 5a7aff9361c647db68f401760c8cb91547341225 | |
parent | 6655c99341dfa1afa14f8c9bd35fd72b39787841 [diff] |
examples/mqttc/Kconfig: Fix Kconfig style Remove spaces from Kconfig file
diff --git a/examples/mqttc/Kconfig b/examples/mqttc/Kconfig index 279378d..4d23e84 100644 --- a/examples/mqttc/Kconfig +++ b/examples/mqttc/Kconfig
@@ -6,7 +6,7 @@ config EXAMPLES_MQTTC tristate "Enable MQTT-C Example" default n - depends on NETUTILS_MQTTC + depends on NETUTILS_MQTTC ---help--- Enable a simple MQTT-C publisher example