X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdbi.c;h=2b374e9fad801aa0b7539fb12b210d9a4c2e9c28;hb=2b4445ea9b4b978468d75864f98e8137ba628dec;hp=7cab1d54e9c565addc07900e376ff3ee4b28eb68;hpb=e37e426d6646d6ff99834461f00c3dd79fa85d43;p=collectd.git diff --git a/src/dbi.c b/src/dbi.c index 7cab1d54..2b374e9f 100644 --- a/src/dbi.c +++ b/src/dbi.c @@ -780,7 +780,3 @@ void module_register(void) /* {{{ */ plugin_register_init("dbi", cdbi_init); plugin_register_shutdown("dbi", cdbi_shutdown); } /* }}} void module_register */ - -/* - * vim: shiftwidth=2 softtabstop=2 et fdm=marker - */