Treewide: remove vim modelines from C code files
[collectd.git] / src / write_mongodb.c
index 68e1177..10f7832 100644 (file)
@@ -344,5 +344,3 @@ static int wm_config(oconfig_item_t *ci) /* {{{ */
 void module_register(void) {
   plugin_register_complex_config("write_mongodb", wm_config);
 }
-
-/* vim: set sw=2 sts=2 tw=78 et fdm=marker : */