From patchwork Thu Oct 12 11:16:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D1004: bdiff: format header file with clang-format From: phabricator X-Patchwork-Id: 24772 Message-Id: <4eead9fa1ff37ae8dfbae78012d9e098@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Thu, 12 Oct 2017 11:16:18 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG72985b390d7c: bdiff: format header file with clang-format (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1004?vs=2585&id=2616 REVISION DETAIL https://phab.mercurial-scm.org/D1004 AFFECTED FILES mercurial/bdiff.h CHANGE DETAILS To: durin42, #hg-reviewers, quark, ryanmce Cc: ryanmce, mercurial-devel diff --git a/mercurial/bdiff.h b/mercurial/bdiff.h --- a/mercurial/bdiff.h +++ b/mercurial/bdiff.h @@ -15,7 +15,7 @@ int bdiff_splitlines(const char *a, ssize_t len, struct bdiff_line **lr); int bdiff_diff(struct bdiff_line *a, int an, struct bdiff_line *b, int bn, - struct bdiff_hunk *base); + struct bdiff_hunk *base); void bdiff_freehunks(struct bdiff_hunk *l); #endif