]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Reindent a few labels.
authorNick Mathewson <nickm@torproject.org>
Wed, 15 Mar 2017 20:24:43 +0000 (16:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 Mar 2017 18:42:56 +0000 (14:42 -0400)
src/or/consdiff.c

index 848ea13ea7a6795653a9f66bc09c28bbeda8b7f1..1009519d62cbd8a92f5bef7e1f043af6a898918f 100644 (file)
@@ -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));