python: Addressed review comments
[collectd.git] / src / modbus.c
index 5d29791..80a2aca 100644 (file)
@@ -982,5 +982,3 @@ void module_register(void) {
   plugin_register_complex_config("modbus", mb_config);
   plugin_register_shutdown("modbus", mb_shutdown);
 } /* void module_register */
-
-/* vim: set sw=2 sts=2 et fdm=marker : */