From: Barbara Kaczorowska Date: Tue, 15 Sep 2020 09:59:27 +0000 (+0000) Subject: clang format X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc7e61b6d184fbb7fefe32c394eeb8df52834ba9;p=thirdparty%2Fcollectd.git clang format --- diff --git a/src/write_http.c b/src/write_http.c index 4298b356a..d0a0977f8 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -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);