X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_mongodb.c;h=10f7832245c70dbddde7773d26ea894d8bf836a1;hb=5a90d0e758ee3dcf34fc5ecf852093ad38d50186;hp=68e11773d5e9d2707231045ab572519ad588685b;hpb=865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7;p=collectd.git diff --git a/src/write_mongodb.c b/src/write_mongodb.c index 68e11773..10f78322 100644 --- a/src/write_mongodb.c +++ b/src/write_mongodb.c @@ -344,5 +344,3 @@ static int wm_config(oconfig_item_t *ci) /* {{{ */ void module_register(void) { plugin_register_complex_config("write_mongodb", wm_config); } - -/* vim: set sw=2 sts=2 tw=78 et fdm=marker : */