Merge branch 'collectd-5.7' into collectd-5.8
[collectd.git] / src / daemon / utils_heap.h
index 2f77cc4..d2d70cd 100644 (file)
@@ -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 : */