X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=c33ab542b8d23cf59b47f691e6839b5502c011c3;hb=126b35ee8786a3aca1bcc1346a60bc528d06c414;hp=c1b3f0b0c7c7cc25cb4455d9b9a5c128cbc2dfbe;hpb=2e632b0929fb957fd686231658bc2999fdfb4b20;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 : */