From patchwork Thu Oct 12 11:16:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D1006: bdiff: remove extra space after * per clang-format From: phabricator X-Patchwork-Id: 24774 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Thu, 12 Oct 2017 11:16:26 +0000 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 To: durin42, #hg-reviewers, pulkit, ryanmce Cc: mercurial-devel 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 */