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

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Mon Oct 16 21:46:22 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG3b9e510335ee: 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/D1030?vs=2630&id=2857

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

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, pulkit, ryanmce
Cc: ryanmce, pulkit, mercurial-devel


More information about the Mercurial-devel mailing list