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:
Nick Mathewson 2017-04-28 13:18:32 -04:00
parent a32083bd03
commit e051c47e98

View File

@ -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) {