X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_heap.c;h=3bae48ee2f03ebc4c5ada00c450544e07a02299b;hb=fb0cc621d4357bbe4a9dc36c7f055f46257ce57c;hp=8dd501da89a625a79ddcf31ed04bdcb318c22fb9;hpb=936c450a86c841eea89888c8550c9118fae90c25;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 : */