mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-03 00:53:32 +01:00
Remove a couple of {\n\n instances
This commit is contained in:
parent
e84276124b
commit
5e81436428
@ -308,7 +308,6 @@ calc_changes(smartlist_slice_t *slice1,
|
|||||||
|
|
||||||
/* Keep on splitting the slices in two. */
|
/* Keep on splitting the slices in two. */
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
smartlist_slice_t *top, *bot, *left, *right;
|
smartlist_slice_t *top, *bot, *left, *right;
|
||||||
|
|
||||||
/* Split the first slice in half. */
|
/* 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);
|
tor_snprintf(buf, sizeof(buf), "%i,%id", start1x+1, start1x+deleted);
|
||||||
smartlist_add_linecpy(result, area, buf);
|
smartlist_add_linecpy(result, area, buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
int i;
|
int i;
|
||||||
if (deleted == 0) {
|
if (deleted == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user