mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix DoubleNL warning from make check-spaces
.
This commit is contained in:
parent
077d3085ec
commit
a1e8ef0076
@ -716,7 +716,6 @@ consdiffmgr_cleanup(void)
|
|||||||
const char *retain_methodname = compression_method_get_name(
|
const char *retain_methodname = compression_method_get_name(
|
||||||
RETAIN_CONSENSUS_COMPRESSED_WITH_METHOD);
|
RETAIN_CONSENSUS_COMPRESSED_WITH_METHOD);
|
||||||
|
|
||||||
|
|
||||||
if (BUG(most_recent_sha3_uncompressed == NULL))
|
if (BUG(most_recent_sha3_uncompressed == NULL))
|
||||||
continue;
|
continue;
|
||||||
SMARTLIST_FOREACH_BEGIN(consensuses, consensus_cache_entry_t *, ent) {
|
SMARTLIST_FOREACH_BEGIN(consensuses, consensus_cache_entry_t *, ent) {
|
||||||
|
Loading…
Reference in New Issue
Block a user