This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit a60a5567f449ed0a743de99197f7d575e05567c8
Author: simbit18 <[email protected]>
AuthorDate: Wed May 17 14:19:13 2023 +0200

    examples/mqttc/Kconfig: Fix Kconfig style
    
    Remove spaces from Kconfig file
---
 examples/mqttc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mqttc/Kconfig b/examples/mqttc/Kconfig
index 279378da7..4d23e847f 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
 

Reply via email to