X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fswap.c;h=19eed46ab0529fe4efc4f10e218826b54c36f3fd;hp=cbe1ab11077957a6621627195ee7c55647211332;hb=c7c89cc9618ef25cc9b0861ac2782cb1a5d6782d;hpb=865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7 diff --git a/src/swap.c b/src/swap.c index cbe1ab11..19eed46a 100644 --- a/src/swap.c +++ b/src/swap.c @@ -738,5 +738,3 @@ void module_register(void) { plugin_register_init("swap", swap_init); plugin_register_read("swap", swap_read); } /* void module_register */ - -/* vim: set fdm=marker : */