changeset 34627:72985b390d7c

bdiff: format header file with clang-format Differential Revision: https://phab.mercurial-scm.org/D1004
author Augie Fackler <augie@google.com>
date Wed, 04 Oct 2017 10:47:51 -0400
parents ff4c9c6263de
children 72b24ac81d5d
files mercurial/bdiff.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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