From 18554498c28c46bdcb665c460f2bf08f30d121ab Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 7 Apr 2024 00:06:54 +0200 Subject: Whitespace fix --- ot_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ot_http.c b/ot_http.c index 53de0e8..3f2fc5d 100644 --- a/ot_http.c +++ b/ot_http.c @@ -573,8 +573,8 @@ ssize_t http_handle_request( const int64 sock, struct ot_workstruct *ws ) { g_logchain_first = g_logchain_last = log; else { g_logchain_last->next = log; - g_logchain_last = log; - } + g_logchain_last = log; + } } else free( log ); } -- cgit v1.2.3