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