X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fethstat.c;h=4b05300867607135a83c0276e90caf6c0c2113c3;hb=e53a4c2eafacb433e3a189ecada4f521caf6c615;hp=bd55252fef1856a9401b4da21b4268dd6c6fe652;hpb=e4504c3cc5582ab915903e1b4ba010545ffc8354;p=collectd.git diff --git a/src/ethstat.c b/src/ethstat.c index bd55252f..4b053008 100644 --- a/src/ethstat.c +++ b/src/ethstat.c @@ -325,5 +325,3 @@ void module_register(void) { plugin_register_read("ethstat", ethstat_read); plugin_register_shutdown("ethstat", ethstat_shutdown); } - -/* vim: set sw=2 sts=2 et fdm=marker : */