]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
fix formatting
authorSvetlana Shmidt <sshmidt@google.com>
Wed, 16 Sep 2020 10:03:45 +0000 (10:03 +0000)
committerSvetlana Shmidt <sshmidt@google.com>
Wed, 16 Sep 2020 10:03:45 +0000 (10:03 +0000)
src/daemon/utils_cache.c

index 5d5195834b9bc0623039694c04563d6d970151f2..6bce21e65258e51df6e23a5d20e3bdd73d5757f7 100644 (file)
@@ -215,7 +215,7 @@ void uc_destroy(void) {
   if (cache_tree == NULL)
     return;
 
-  while (c_avl_pick(cache_tree, &key, (void**)&ce) == 0) {
+  while (c_avl_pick(cache_tree, &key, (void **)&ce) == 0) {
     sfree(key);
     cache_free(ce);
   }