# HG changeset patch # User Augie Fackler # Date 2017-10-04 14:49:34 # Node ID 2c79a5a0c7f3a188719f9d0958684dac99248eca # Parent 72b24ac81d5d0340ec19a2cc1d98c76c67b1d548 bdiff: remove extra space after * per clang-format Differential Revision: https://phab.mercurial-scm.org/D1006 diff --git a/mercurial/bdiff.c b/mercurial/bdiff.c --- a/mercurial/bdiff.c +++ b/mercurial/bdiff.c @@ -30,7 +30,7 @@ int bdiff_splitlines(const char *a, ssiz 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 */