D1004: bdiff: format header file with clang-format

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Oct 11 14:59:57 UTC 2017


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

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



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list