X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fethstat.c;h=4b05300867607135a83c0276e90caf6c0c2113c3;hb=3e891e50eedcb53ed42b140b942947856ca9c8a0;hp=bd55252fef1856a9401b4da21b4268dd6c6fe652;hpb=bdd27cb013de89b4149393212aef1bf45a221dba;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 : */