X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_heap.c;fp=src%2Fdaemon%2Futils_heap.c;h=3bae48ee2f03ebc4c5ada00c450544e07a02299b;hb=c7c89cc9618ef25cc9b0861ac2782cb1a5d6782d;hp=8dd501da89a625a79ddcf31ed04bdcb318c22fb9;hpb=865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7;p=collectd.git diff --git a/src/daemon/utils_heap.c b/src/daemon/utils_heap.c index 8dd501da..3bae48ee 100644 --- a/src/daemon/utils_heap.c +++ b/src/daemon/utils_heap.c @@ -203,5 +203,3 @@ void *c_heap_get_root(c_heap_t *h) { return (ret); } /* void *c_heap_get_root */ - -/* vim: set sw=2 sts=2 et fdm=marker : */