X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftable.c;h=578e019ee5b120c28369d00b3c038121ce26cb93;hb=1d429f78567323c11f00e9f6e5ea1765e7c5c8c7;hp=3e8feada128ed91d1c286c2fe7577ea6e23b93b5;hpb=877672d20fcf0ed25f5fc5faa8aa3964c622bc27;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 : */