mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Appease make check-spaces
This commit is contained in:
parent
0c4fa4a923
commit
3014bfb61b
@ -1203,7 +1203,7 @@ directory_send_command(dir_connection_t *conn,
|
||||
conn->requested_resource = tor_strdup(resource);
|
||||
|
||||
/* decorate the ip address if it is ipv6 */
|
||||
if(strchr(conn->base_.address, ':')) {
|
||||
if (strchr(conn->base_.address, ':')) {
|
||||
copy_ipv6_address(decorated_address, conn->base_.address,
|
||||
sizeof(decorated_address), 1);
|
||||
} else {
|
||||
@ -4185,3 +4185,4 @@ dir_split_resource_into_fingerprints(const char *resource,
|
||||
smartlist_free(fp_tmp);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user