[tor-commits] [tor/master] Fix DoubleNL warning from `make check-spaces`.

nickm at torproject.org nickm at torproject.org
Mon May 15 21:26:28 UTC 2017


commit a1e8ef007634c4916e1bf3f2473182aa179187d9
Author: Alexander Færøy <ahf at torproject.org>
Date:   Fri May 12 17:57:11 2017 +0200

    Fix DoubleNL warning from `make check-spaces`.
---
 src/or/consdiffmgr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/or/consdiffmgr.c b/src/or/consdiffmgr.c
index 3e1edf0..b8a52dc 100644
--- a/src/or/consdiffmgr.c
+++ b/src/or/consdiffmgr.c
@@ -716,7 +716,6 @@ consdiffmgr_cleanup(void)
     const char *retain_methodname = compression_method_get_name(
                                RETAIN_CONSENSUS_COMPRESSED_WITH_METHOD);
 
-
     if (BUG(most_recent_sha3_uncompressed == NULL))
       continue;
     SMARTLIST_FOREACH_BEGIN(consensuses, consensus_cache_entry_t *, ent) {





More information about the tor-commits mailing list