diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-15 16:24:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-16 14:42:56 -0400 |
commit | 91e3250bf16adb1732a10abec85dee26249c7851 (patch) | |
tree | caae75021e1b21e5d34b2e42f19724a4d8795f18 /src/or/consdiff.c | |
parent | d8c129a11ae6310a95522e286a9ebc22a44e3be5 (diff) | |
download | tor-91e3250bf16adb1732a10abec85dee26249c7851.tar.gz tor-91e3250bf16adb1732a10abec85dee26249c7851.zip |
Reindent a few labels.
Diffstat (limited to 'src/or/consdiff.c')
-rw-r--r-- | src/or/consdiff.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/consdiff.c b/src/or/consdiff.c index 848ea13ea7..1009519d62 100644 --- a/src/or/consdiff.c +++ b/src/or/consdiff.c @@ -726,7 +726,7 @@ gen_ed_diff(const smartlist_t *cons1, const smartlist_t *cons2, return result; - error_cleanup: + error_cleanup: bitarray_free(changed1); bitarray_free(changed2); @@ -880,7 +880,7 @@ apply_ed_diff(const smartlist_t *cons1, const smartlist_t *diff, smartlist_reverse(cons2); return cons2; - error_cleanup: + error_cleanup: smartlist_free(cons2); @@ -1044,7 +1044,7 @@ consdiff_get_digests(const smartlist_t *diff, smartlist_free(hash_words); return 0; - error_cleanup: + error_cleanup: if (hash_words) { SMARTLIST_FOREACH(hash_words, char *, cp, tor_free(cp)); |