D1132: mpatch: switch alignment of wrapped line from tab to spaces with clang-format

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Oct 17 07:47:06 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG1f4249c764f1: mpatch: switch alignment of wrapped line from tab to spaces with clang-format (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1132?vs=2882&id=2897

REVISION DETAIL
  https://phab.mercurial-scm.org/D1132

AFFECTED FILES
  mercurial/mpatch.c

CHANGE DETAILS

diff --git a/mercurial/mpatch.c b/mercurial/mpatch.c
--- a/mercurial/mpatch.c
+++ b/mercurial/mpatch.c
@@ -275,5 +275,5 @@
 	/* divide and conquer, memory management is elsewhere */
 	len = (end - start) / 2;
 	return combine(mpatch_fold(bins, get_next_item, start, start + len),
-		       mpatch_fold(bins, get_next_item, start + len, end));
+	               mpatch_fold(bins, get_next_item, start + len, end));
 }



To: durin42, #hg-reviewers, ryanmce
Cc: ryanmce, mercurial-devel


More information about the Mercurial-devel mailing list