X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=c33ab542b8d23cf59b47f691e6839b5502c011c3;hb=2412d3ca76f7ac24e67543720c1d385188da0ce3;hp=c1b3f0b0c7c7cc25cb4455d9b9a5c128cbc2dfbe;hpb=e37e426d6646d6ff99834461f00c3dd79fa85d43;p=collectd.git diff --git a/src/write_http.c b/src/write_http.c index c1b3f0b0..c33ab542 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -812,5 +812,3 @@ void module_register(void) /* {{{ */ plugin_register_complex_config("write_http", wh_config); plugin_register_init("write_http", wh_init); } /* }}} void module_register */ - -/* vim: set fdm=marker sw=8 ts=8 tw=78 et : */