X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flua.c;h=9eda7d5b4ed0403bb056afb1ea542e83ce158f0d;hb=9717b1a55d60d992c16e66e2ae5bdfb42f80aca8;hp=2bd56a160cc2a9d098ba99397589f9524d077bfa;hpb=004074af297a219208fa9e903db8c5dcdd7e1950;p=collectd.git diff --git a/src/lua.c b/src/lua.c index 2bd56a16..9eda7d5b 100644 --- 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 : */