bdiff: format header file with clang-format
authorAugie Fackler <augie@google.com>
Wed, 04 Oct 2017 10:47:51 -0400
changeset 34627 72985b390d7c
parent 34626 ff4c9c6263de
child 34628 72b24ac81d5d
bdiff: format header file with clang-format Differential Revision: https://phab.mercurial-scm.org/D1004
mercurial/bdiff.h
--- a/mercurial/bdiff.h	Wed Oct 04 10:47:19 2017 -0400
+++ b/mercurial/bdiff.h	Wed Oct 04 10:47:51 2017 -0400
@@ -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