mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Satisfy make check-spaces
This commit is contained in:
parent
aa284561c8
commit
d98590d3b7
@ -593,7 +593,9 @@ circuit_build_times_init(circuit_build_times_t *cbt)
|
|||||||
* on or something.
|
* on or something.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void circuit_build_times_free_timeouts(circuit_build_times_t *cbt) {
|
void
|
||||||
|
circuit_build_times_free_timeouts(circuit_build_times_t *cbt)
|
||||||
|
{
|
||||||
if (!cbt) return;
|
if (!cbt) return;
|
||||||
|
|
||||||
if (cbt->liveness.timeouts_after_firsthop) {
|
if (cbt->liveness.timeouts_after_firsthop) {
|
||||||
|
Loading…
Reference in New Issue
Block a user