diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2016-03-08 22:58:04 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-08 23:59:35 +0100 |
commit | 3c760104e3b50a9296d0da07d9297dba99228c9c (patch) | |
tree | 24f9822fb8a8a3478b31ac60f51151024c2bcc80 /package/collectd | |
parent | b83ad32d5c0409af181181efd4c3ffb0b07c5cdf (diff) | |
download | buildroot-3c760104e3b50a9296d0da07d9297dba99228c9c.tar.gz buildroot-3c760104e3b50a9296d0da07d9297dba99228c9c.zip |
collectd: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/collectd')
-rw-r--r-- | package/collectd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in index ec7e942e9e..71301ec18b 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -333,7 +333,7 @@ config BR2_PACKAGE_COLLECTD_OPENLDAP Read monitoring information from OpenLDAP's cn=Monitor subtree. comment "openldap support needs a toolchain w/ wchar" - depends on !BR2_USE_WCHAR + depends on !BR2_USE_WCHAR config BR2_PACKAGE_COLLECTD_OPENVPN bool "openvpn" @@ -385,7 +385,7 @@ config BR2_PACKAGE_COLLECTD_SMART and bad sectors. comment "SMART requires udev to be enabled" - depends on !BR2_PACKAGE_HAS_UDEV + depends on !BR2_PACKAGE_HAS_UDEV config BR2_PACKAGE_COLLECTD_STATSD bool "StatsD" |