mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Remove old unused indentation from handle_get_current_consensus
This commit removes a pair of meaningless braces, and changes whitespace only.
This commit is contained in:
parent
a32083bd03
commit
e051c47e98
@ -3488,7 +3488,6 @@ handle_get_current_consensus(dir_connection_t *conn,
|
||||
const time_t if_modified_since = args->if_modified_since;
|
||||
int clear_spool = 0;
|
||||
|
||||
{
|
||||
/* v3 network status fetch. */
|
||||
long lifetime = NETWORKSTATUS_CACHE_LIFETIME;
|
||||
|
||||
@ -3610,7 +3609,6 @@ handle_get_current_consensus(dir_connection_t *conn,
|
||||
const int initial_flush_result = connection_dirserv_flushed_some(conn);
|
||||
tor_assert_nonfatal(initial_flush_result == 0);
|
||||
goto done;
|
||||
}
|
||||
|
||||
done:
|
||||
if (clear_spool) {
|
||||
|
Loading…
Reference in New Issue
Block a user