From 1b976863fcbe03d0877543597baa2e662baa8752 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 10 Apr 2024 00:25:45 +0200 Subject: white space --- ot_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot_http.c b/ot_http.c index cc4a616..61843a8 100644 --- a/ot_http.c +++ b/ot_http.c @@ -55,7 +55,7 @@ static void http_senddata( const int64 sock, struct ot_workstruct *ws ) { memmove( array_start(&cookie->request), ws->request + ws->header_size, rest ); array_truncate( &cookie->request, 1, rest ); } else - array_catb(&cookie->request, ws->request + ws->header_size, rest ); + array_catb(&cookie->request, ws->request + ws->header_size, rest ); } else array_reset( &cookie->request ); -- cgit v1.2.3