diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-15 16:42:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-16 14:42:56 -0400 |
commit | 5e8143642848debdbbb98c4490d64822a0908b88 (patch) | |
tree | 1ba2bdf9b6f4bf2129938c9b2ac2edc44a1f9777 /src/or/consdiff.c | |
parent | e84276124b4503240bce6511a6427e4a3e8327e5 (diff) | |
download | tor-5e8143642848debdbbb98c4490d64822a0908b88.tar.gz tor-5e8143642848debdbbb98c4490d64822a0908b88.zip |
Remove a couple of {\n\n instances
Diffstat (limited to 'src/or/consdiff.c')
-rw-r--r-- | src/or/consdiff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/consdiff.c b/src/or/consdiff.c index 03762471e6..a01299c747 100644 --- a/src/or/consdiff.c +++ b/src/or/consdiff.c @@ -308,7 +308,6 @@ calc_changes(smartlist_slice_t *slice1, /* Keep on splitting the slices in two. */ } else { - smartlist_slice_t *top, *bot, *left, *right; /* Split the first slice in half. */ @@ -696,7 +695,6 @@ gen_ed_diff(const smartlist_t *cons1, const smartlist_t *cons2, tor_snprintf(buf, sizeof(buf), "%i,%id", start1x+1, start1x+deleted); smartlist_add_linecpy(result, area, buf); } - } else { int i; if (deleted == 0) { |