mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Reindent a few labels.
This commit is contained in:
parent
d8c129a11a
commit
91e3250bf1
@ -726,7 +726,7 @@ gen_ed_diff(const smartlist_t *cons1, const smartlist_t *cons2,
|
|||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
error_cleanup:
|
error_cleanup:
|
||||||
|
|
||||||
bitarray_free(changed1);
|
bitarray_free(changed1);
|
||||||
bitarray_free(changed2);
|
bitarray_free(changed2);
|
||||||
@ -880,7 +880,7 @@ apply_ed_diff(const smartlist_t *cons1, const smartlist_t *diff,
|
|||||||
smartlist_reverse(cons2);
|
smartlist_reverse(cons2);
|
||||||
return cons2;
|
return cons2;
|
||||||
|
|
||||||
error_cleanup:
|
error_cleanup:
|
||||||
|
|
||||||
smartlist_free(cons2);
|
smartlist_free(cons2);
|
||||||
|
|
||||||
@ -1044,7 +1044,7 @@ consdiff_get_digests(const smartlist_t *diff,
|
|||||||
smartlist_free(hash_words);
|
smartlist_free(hash_words);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
error_cleanup:
|
error_cleanup:
|
||||||
|
|
||||||
if (hash_words) {
|
if (hash_words) {
|
||||||
SMARTLIST_FOREACH(hash_words, char *, cp, tor_free(cp));
|
SMARTLIST_FOREACH(hash_words, char *, cp, tor_free(cp));
|
||||||
|
Loading…
Reference in New Issue
Block a user