]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Whitespace fix
authorDirk Engling <erdgeist@erdgeist.org>
Sat, 6 Apr 2024 22:06:54 +0000 (00:06 +0200)
committerDirk Engling <erdgeist@erdgeist.org>
Sat, 6 Apr 2024 22:06:54 +0000 (00:06 +0200)
ot_http.c

index 53de0e8d3dc5f02163dcab94cd314db63cf2c49f..3f2fc5d6eef7d29fa97310c2e25720953941e84d 100644 (file)
--- 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 );
     }