X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=c33ab542b8d23cf59b47f691e6839b5502c011c3;hb=d39c84c17623270f89c3b3c5f4f2994e0ca88c50;hp=c1b3f0b0c7c7cc25cb4455d9b9a5c128cbc2dfbe;hpb=87e53c90047eb1ff8818105762ff997a5cfea4ad;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 : */