]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a couple of {\n\n instances
authorNick Mathewson <nickm@torproject.org>
Wed, 15 Mar 2017 20:42:16 +0000 (16:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 Mar 2017 18:42:56 +0000 (14:42 -0400)
src/or/consdiff.c

index 03762471e6281ec4e68ea2831b6f50dc1d9efdc8..a01299c7473beeec1f97b8de6c3d319de73dba8a 100644 (file)
@@ -308,7 +308,6 @@ calc_changes(smartlist_slice_t *slice1,
 
   /* Keep on splitting the slices in two. */
   } else {
-
     smartlist_slice_t *top, *bot, *left, *right;
 
     /* 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);
         smartlist_add_linecpy(result, area, buf);
       }
-
     } else {
       int i;
       if (deleted == 0) {