X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Futils_heap.h;h=d2d70cdc63f60181d149902b671899f1a7155f54;hp=2f77cc450720be2a52738583cddaf1e4eaadcf8e;hb=1159cb5d383c55a80a0db100b8f7aadcf44740a5;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f diff --git a/src/daemon/utils_heap.h b/src/daemon/utils_heap.h index 2f77cc45..d2d70cdc 100644 --- a/src/daemon/utils_heap.h +++ b/src/daemon/utils_heap.h @@ -97,4 +97,3 @@ int c_heap_insert(c_heap_t *h, void *ptr); void *c_heap_get_root(c_heap_t *h); #endif /* UTILS_HEAP_H */ -/* vim: set sw=2 sts=2 et : */