mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
whitespace fixes
This commit is contained in:
parent
f87aa4555d
commit
bc9a0f82b3
@ -1750,7 +1750,7 @@ connection_or_client_learned_peer_id(or_connection_t *conn,
|
||||
const int is_fallback_fingerprint = router_digest_is_fallback_dir(
|
||||
conn->identity_digest);
|
||||
const int is_authority_fingerprint = router_digest_is_trusted_dir(
|
||||
conn->identity_digest);
|
||||
conn->identity_digest);
|
||||
int severity;
|
||||
const char *extra_log = "";
|
||||
|
||||
|
@ -1408,7 +1408,7 @@ router_get_fallback_dirserver_by_digest(const char *digest)
|
||||
* or 0 if no such fallback is in the list of fallback_dir_servers.
|
||||
* (fallback_dir_servers is affected by the FallbackDir and
|
||||
* UseDefaultFallbackDirs torrc options.)
|
||||
* The list of fallback directories includes the list of authorities.
|
||||
* The list of fallback directories includes the list of authorities.
|
||||
*/
|
||||
int
|
||||
router_digest_is_fallback_dir(const char *digest)
|
||||
|
Loading…
Reference in New Issue
Block a user