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 c356fe92bcae68e3801c79c76d787291708ea804
Author: simbit18 <[email protected]>
AuthorDate: Wed May 17 14:28:49 2023 +0200

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

diff --git a/netutils/ping/Kconfig b/netutils/ping/Kconfig
index e7302ecaa..618300c10 100644
--- a/netutils/ping/Kconfig
+++ b/netutils/ping/Kconfig
@@ -12,7 +12,7 @@ config NETUTILS_PING
                send the ICMP ECHO_REQUEST and wait for the ICMP ECHO_RESPONSE 
from
                the remote peer.
 
- config NETUTILS_PING6
+config NETUTILS_PING6
        bool "ICMPv6 ping support"
        default n
        depends on NET_ICMPv6

Reply via email to