mirror of
git://erdgeist.org/opentracker
synced 2025-08-14 19:35:35 +02:00
Whitespace fix
This commit is contained in:
parent
b7b84bdec4
commit
18554498c2
1 changed files with 2 additions and 2 deletions
|
@ -573,8 +573,8 @@ ssize_t http_handle_request( const int64 sock, struct ot_workstruct *ws ) {
|
||||||
g_logchain_first = g_logchain_last = log;
|
g_logchain_first = g_logchain_last = log;
|
||||||
else {
|
else {
|
||||||
g_logchain_last->next = log;
|
g_logchain_last->next = log;
|
||||||
g_logchain_last = log;
|
g_logchain_last = log;
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
free( log );
|
free( log );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue