From ddc8709ad9edd8af531f794c70369529686248ed Mon Sep 17 00:00:00 2001 From: Seonghyeon Cho Date: Wed, 27 Dec 2023 00:57:57 +0900 Subject: [PATCH] http_client: reindent with spaces Signed-off-by: Seonghyeon Cho --- src/flb_http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flb_http_client.c b/src/flb_http_client.c index 404df849a3a..c82fcba003c 100644 --- a/src/flb_http_client.c +++ b/src/flb_http_client.c @@ -478,7 +478,7 @@ static int process_data(struct flb_http_client *c) #if defined FLB_HAVE_TESTS_OSSFUZZ int fuzz_process_data(struct flb_http_client *c); int fuzz_process_data(struct flb_http_client *c) { - return process_data(c); + return process_data(c); } int fuzz_check_connection(struct flb_http_client *c);