summaryrefslogtreecommitdiff
path: root/src/feature/dircommon
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-16 15:29:14 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-16 15:29:14 -0500
commitb0c1634ce93b394ad398ccd37e465cc8f1a356ff (patch)
tree9f595608d7176eeacd0ee267c8e4b1b499c79e89 /src/feature/dircommon
parent8b91680d5c57fc35275b32aea57555d8ef7d61ba (diff)
parent4874b0006506d802718ce232f0f4694588e319d0 (diff)
downloadtor-b0c1634ce93b394ad398ccd37e465cc8f1a356ff.tar.gz
tor-b0c1634ce93b394ad398ccd37e465cc8f1a356ff.zip
Merge remote-tracking branch 'tor-github/pr/1544'
Diffstat (limited to 'src/feature/dircommon')
-rw-r--r--src/feature/dircommon/consdiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dircommon/consdiff.c b/src/feature/dircommon/consdiff.c
index fbfa9e0c0a..dd8e986b51 100644
--- a/src/feature/dircommon/consdiff.c
+++ b/src/feature/dircommon/consdiff.c
@@ -1050,7 +1050,7 @@ consdiff_gen_diff(const smartlist_t *cons1,
if (smartlist_len(cons2) == smartlist_len(ed_cons2)) {
SMARTLIST_FOREACH_BEGIN(cons2, const cdline_t *, line1) {
const cdline_t *line2 = smartlist_get(ed_cons2, line1_sl_idx);
- if (! lines_eq(line1, line2) ) {
+ if (!lines_eq(line1, line2)) {
cons2_eq = 0;
break;
}