From b16a7a46cc62b58e21b03ca54fcac6fe072b3abc Mon Sep 17 00:00:00 2001 From: sunghan Date: Wed, 6 Sep 2017 23:28:17 +0900 Subject: [PATCH] external/mdns: fix indentation to align --- external/mdns/Kconfig.protocol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/external/mdns/Kconfig.protocol b/external/mdns/Kconfig.protocol index b120049..4f5dc81 100644 --- a/external/mdns/Kconfig.protocol +++ b/external/mdns/Kconfig.protocol @@ -8,14 +8,14 @@ config NETUTILS_MDNS default n ---help--- Enables support for Multicast DNS. The multicast Domain Name System (mDNS) - resolves host names to IP addresses within small networks that do not include - a local name server. + resolves host names to IP addresses within small networks that do not include + a local name server. if NETUTILS_MDNS config NETUTILS_MDNS_RESPONDER_SUPPORT - bool "mDNS Responder" - default n + bool "mDNS Responder" + default n ---help--- Enable mDNS Responder -- 2.7.4