# HG changeset patch # User Augie Fackler # Date 2017-10-04 14:51:39 # Node ID 7201e3607d90f0e698963a0b37cc1a767ee618ed # Parent 4dea82ee7945087443fd3f0958a5115ae7265780 bdiff: remove trailing newlines Differential Revision: https://phab.mercurial-scm.org/D1009 diff --git a/mercurial/bdiff.c b/mercurial/bdiff.c --- a/mercurial/bdiff.c +++ b/mercurial/bdiff.c @@ -318,5 +318,3 @@ void bdiff_freehunks(struct bdiff_hunk * free(l); } } - -