mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Remove the extra whitespace in the lines_eq() if statement in consdiff_gen_diff()
This commit is contained in:
parent
97b5ff2b1d
commit
4874b00065
@ -1050,7 +1050,7 @@ consdiff_gen_diff(const smartlist_t *cons1,
|
|||||||
if (smartlist_len(cons2) == smartlist_len(ed_cons2)) {
|
if (smartlist_len(cons2) == smartlist_len(ed_cons2)) {
|
||||||
SMARTLIST_FOREACH_BEGIN(cons2, const cdline_t *, line1) {
|
SMARTLIST_FOREACH_BEGIN(cons2, const cdline_t *, line1) {
|
||||||
const cdline_t *line2 = smartlist_get(ed_cons2, line1_sl_idx);
|
const cdline_t *line2 = smartlist_get(ed_cons2, line1_sl_idx);
|
||||||
if (! lines_eq(line1, line2) ) {
|
if (!lines_eq(line1, line2)) {
|
||||||
cons2_eq = 0;
|
cons2_eq = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user