X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=38761775fa70dac5badbd53e8c859e8594de02ad;hb=3e891e50eedcb53ed42b140b942947856ca9c8a0;hp=9bb662fc2ff731fa1941ec892f80fa12a0eda9da;hpb=3fb6fe5776c14f41879249f4147c0b8924b39cc1;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 : */