X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmatch_value.c;h=45745baca677e1dd86af566e768796e20605c8d0;hb=2b4445ea9b4b978468d75864f98e8137ba628dec;hp=3c9437575e8cdd27d986e506841da312e5df0af1;hpb=936c450a86c841eea89888c8550c9118fae90c25;p=collectd.git diff --git a/src/match_value.c b/src/match_value.c index 3c943757..45745bac 100644 --- a/src/match_value.c +++ b/src/match_value.c @@ -316,5 +316,3 @@ void module_register(void) { mproc.match = mv_match; fc_register_match("value", mproc); } /* module_register */ - -/* vim: set sw=2 sts=2 tw=78 et fdm=marker : */