examples/mqttc/Kconfig: Fix Kconfig style

Remove spaces from Kconfig file
This commit is contained in:
simbit18 2023-05-17 14:19:13 +02:00 committed by Xiang Xiao
parent 6655c99341
commit a60a5567f4

View File

@ -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