From patchwork Wed Oct 11 14:59:57 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: 24741 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Wed, 11 Oct 2017 14:59:57 +0000 durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1004 AFFECTED FILES mercurial/bdiff.h CHANGE DETAILS To: durin42, #hg-reviewers Cc: 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