X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcurl.c;h=4906d9275462e26b23ca17a585de8ed88a773f60;hb=f70935ddfb05b03de6e6dff95d842cb7c553e8b9;hp=c6f0b60757d08759eaa9e979d80dad8f3049802f;hpb=ffaf9b893b6042a76e1c0dadd83ce06904fcc89a;p=collectd.git diff --git a/src/curl.c b/src/curl.c index c6f0b607..4906d927 100644 --- a/src/curl.c +++ b/src/curl.c @@ -679,5 +679,3 @@ void module_register(void) { plugin_register_read("curl", cc_read); plugin_register_shutdown("curl", cc_shutdown); } /* void module_register */ - -/* vim: set sw=2 sts=2 et fdm=marker : */