X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthreshold.c;h=a4a999f571ee899c056df0ef0396b4619deece54;hb=2412d3ca76f7ac24e67543720c1d385188da0ce3;hp=743db28d4cf43a9f3087ff8ac874add2661d28be;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/threshold.c b/src/threshold.c index 743db28d..a4a999f5 100644 --- a/src/threshold.c +++ b/src/threshold.c @@ -834,5 +834,3 @@ static int ut_config(oconfig_item_t *ci) { /* {{{ */ void module_register(void) { plugin_register_complex_config("threshold", ut_config); } - -/* vim: set sw=2 ts=8 sts=2 tw=78 et fdm=marker : */