X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffilecount.c;h=608218df31b77c96d165f9f90ac5aae85b2be17e;hb=43a4db3b3209f497a0ba408aebf8aee385c6262d;hp=a78b88007f86a30cb5a3fd97c0fb55cd2b48936a;hpb=eec0cd9ca51c5c132ed09fc4699c02f3bd12d748;p=collectd.git diff --git a/src/filecount.c b/src/filecount.c index a78b8800..608218df 100644 --- a/src/filecount.c +++ b/src/filecount.c @@ -511,7 +511,3 @@ void module_register(void) { plugin_register_init("filecount", fc_init); plugin_register_read("filecount", fc_read); } /* void module_register */ - -/* - * vim: set sw=2 sts=2 et : - */