summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-07 00:06:54 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-07 00:06:54 +0200
commit18554498c28c46bdcb665c460f2bf08f30d121ab (patch)
tree519ed17742a7b925c76466b37243b415fe1fb9b5
parentb7b84bdec4c94c459ea67b44b829c495d6144312 (diff)
Whitespace fix
-rw-r--r--ot_http.c4
1 files 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 ) {
573 g_logchain_first = g_logchain_last = log; 573 g_logchain_first = g_logchain_last = log;
574 else { 574 else {
575 g_logchain_last->next = log; 575 g_logchain_last->next = log;
576 g_logchain_last = log; 576 g_logchain_last = log;
577 } 577 }
578 } else 578 } else
579 free( log ); 579 free( log );
580 } 580 }