From fc7e61b6d184fbb7fefe32c394eeb8df52834ba9 Mon Sep 17 00:00:00 2001 From: Barbara Kaczorowska Date: Tue, 15 Sep 2020 09:59:27 +0000 Subject: [PATCH] clang format --- src/write_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3