X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftable.c;h=578e019ee5b120c28369d00b3c038121ce26cb93;hb=662c44a84ae3daecd4ffdea940fffce35a41b52a;hp=3e8feada128ed91d1c286c2fe7577ea6e23b93b5;hpb=e37e426d6646d6ff99834461f00c3dd79fa85d43;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 : */