D1006: bdiff: remove extra space after * per clang-format

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Oct 12 07:16:26 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG2c79a5a0c7f3: bdiff: remove extra space after * per clang-format (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1006?vs=2587&id=2618

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

AFFECTED FILES
  mercurial/bdiff.c

CHANGE DETAILS

diff --git a/mercurial/bdiff.c b/mercurial/bdiff.c
--- a/mercurial/bdiff.c
+++ b/mercurial/bdiff.c
@@ -30,7 +30,7 @@
 	unsigned hash;
 	int i;
 	const char *p, *b = a;
-	const char * const plast = a + len - 1;
+	const char *const plast = a + len - 1;
 	struct bdiff_line *l;
 
 	/* count the lines */



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


More information about the Mercurial-devel mailing list