D1004: bdiff: format header file with clang-format
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Thu Oct 12 11:16:18 UTC 2017
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
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, quark, ryanmce
Cc: ryanmce, mercurial-devel
More information about the Mercurial-devel
mailing list