Skip to content

Commit

Permalink
http_client: reindent with spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Seonghyeon Cho <[email protected]>
  • Loading branch information
sh-cho committed Dec 26, 2023
1 parent 20328a0 commit ddc8709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_http_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ddc8709

Please sign in to comment.