X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fthreshold.c;h=a4a999f571ee899c056df0ef0396b4619deece54;hb=a6f29de68fe19614b0aa90e920e99d72cb0f4468;hp=743db28d4cf43a9f3087ff8ac874add2661d28be;hpb=79963d13c1884d1d92667cc502ad20758b084a12;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 : */