X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftable.c;h=578e019ee5b120c28369d00b3c038121ce26cb93;hb=5dcc04778228e4f6b486c3dad585c8ca80c4e72b;hp=3e8feada128ed91d1c286c2fe7577ea6e23b93b5;hpb=fbaf81a04c23d51947d94a5c7d9142290dff07bc;p=collectd.git diff --git a/src/table.c b/src/table.c index 3e8feada..578e019e 100644 --- a/src/table.c +++ b/src/table.c @@ -520,5 +520,3 @@ void module_register(void) { plugin_register_complex_config("table", tbl_config); plugin_register_init("table", tbl_init); } /* module_register */ - -/* vim: set sw=4 ts=4 tw=78 noexpandtab : */