X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cmd_flush.c;h=9e8950bbaf192e996ab1c15a4e58acc00a6b08a5;hb=c6baff42e7e8e547eb7ca7817c0e0e07ccea95db;hp=a8de21a6319b74f560ea18aa83c1fd2034ea5f13;hpb=ebb15e3e8eeb7673b8d2b36be3f3b79a2918c743;p=collectd.git diff --git a/src/utils_cmd_flush.c b/src/utils_cmd_flush.c index a8de21a6..9e8950bb 100644 --- a/src/utils_cmd_flush.c +++ b/src/utils_cmd_flush.c @@ -177,5 +177,3 @@ void cmd_destroy_flush(cmd_flush_t *flush) { sfree(flush->identifiers); flush->identifiers_num = 0; } /* void cmd_destroy_flush */ - -/* vim: set sw=4 ts=4 tw=78 noexpandtab : */