Merge pull request #2088 from landryb/fix/2061
[collectd.git] / src / dbi.c
index 7cab1d5..2b374e9 100644 (file)
--- 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
- */