diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-07 00:06:54 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-07 00:06:54 +0200 |
commit | 18554498c28c46bdcb665c460f2bf08f30d121ab (patch) | |
tree | 519ed17742a7b925c76466b37243b415fe1fb9b5 | |
parent | b7b84bdec4c94c459ea67b44b829c495d6144312 (diff) |
Whitespace fix
-rw-r--r-- | ot_http.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | } |