X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fstatsd.c;fp=src%2Fstatsd.c;h=aa4e35c52da887cc13754a3e9215d32482992ac7;hb=c7c89cc9618ef25cc9b0861ac2782cb1a5d6782d;hp=47e01d80fe541c9ff1f7ce5e5ff24ac738eb2633;hpb=865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7;p=collectd.git diff --git a/src/statsd.c b/src/statsd.c index 47e01d80..aa4e35c5 100644 --- a/src/statsd.c +++ b/src/statsd.c @@ -914,5 +914,3 @@ void module_register(void) { plugin_register_read("statsd", statsd_read); plugin_register_shutdown("statsd", statsd_shutdown); } - -/* vim: set sw=2 sts=2 et fdm=marker : */