X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=38761775fa70dac5badbd53e8c859e8594de02ad;hb=9eb3efd17e10c3bd59aa227d8d11fe60d6d4f303;hp=9bb662fc2ff731fa1941ec892f80fa12a0eda9da;hpb=936c450a86c841eea89888c8550c9118fae90c25;p=collectd.git diff --git a/src/bind.c b/src/bind.c index 9bb662fc..38761775 100644 --- a/src/bind.c +++ b/src/bind.c @@ -1613,5 +1613,3 @@ void module_register(void) { plugin_register_read("bind", bind_read); plugin_register_shutdown("bind", bind_shutdown); } /* void module_register */ - -/* vim: set sw=2 sts=2 ts=8 et fdm=marker : */