diff mercurial/bdiff.c @ 35412:2c79a5a0c7f3

bdiff: remove extra space after * per clang-format Differential Revision: https://phab.mercurial-scm.org/D1006
author Augie Fackler <augie@google.com>
date Wed, 04 Oct 2017 10:49:34 -0400 (2017-10-04)
parents 72b24ac81d5d
children 38463bd96d21
line wrap: on
line diff
--- 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 */