mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +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
1 changed files with 112 additions and 114 deletions
|
@ -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…
Add table
Reference in a new issue