Code

virt plugin: Add option to disable extra stats
[collectd.git] / src / lua.c
index 2bd56a160cc2a9d098ba99397589f9524d077bfa..9eda7d5b4ed0403bb056afb1ea542e83ce158f0d 100644 (file)
--- a/src/lua.c
+++ b/src/lua.c
@@ -583,5 +583,3 @@ void module_register(void) {
   plugin_register_complex_config("lua", lua_config);
   plugin_register_shutdown("lua", lua_shutdown);
 }
-
-/* vim: set sw=2 sts=2 et fdm=marker : */