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