From: Peter Korsgaard Date: Sun, 1 Sep 2013 19:15:24 +0000 (+0200) Subject: collectd: Config.in: fix space/tab mixup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c82ca4fec6a26356d5424feecf65a077c297d171;p=buildroot.git collectd: Config.in: fix space/tab mixup Signed-off-by: Peter Korsgaard --- diff --git a/package/collectd/Config.in b/package/collectd/Config.in index 43571e3596..495711562e 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -429,5 +429,5 @@ endmenu endif comment "collectd needs a toolchain with IPv6 and thread support" - depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6 + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6 depends on BR2_USE_MMU