X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flua.c;h=9eda7d5b4ed0403bb056afb1ea542e83ce158f0d;hb=2b4445ea9b4b978468d75864f98e8137ba628dec;hp=2bd56a160cc2a9d098ba99397589f9524d077bfa;hpb=11c8a760c2d354b2f4637bdb297efb253bfaa519;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 : */