]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
clang format
authorBarbara Kaczorowska <bkjg@google.com>
Tue, 15 Sep 2020 09:59:27 +0000 (09:59 +0000)
committerBarbara Kaczorowska <bkjg@google.com>
Tue, 15 Sep 2020 09:59:27 +0000 (09:59 +0000)
src/write_http.c

index 4298b356a576ff05d32bec5dded169efc30677bc..d0a0977f8d770a4305f337300bbcd7ba4af12892 100644 (file)
@@ -291,7 +291,7 @@ static int wh_flush(cdtime_t timeout,
   }
 
   int status = wh_post(cb, json);
-  free((char*)json);
+  free((char *)json);
 
   return status;
 } /* int wh_flush */
@@ -318,7 +318,7 @@ static void wh_callback_free(void *data) {
   }
 
   STRBUF_DESTROY(cb->send_buffer);
-  
+
   sfree(cb->name);
   sfree(cb->location);
   sfree(cb->user);