# HG changeset patch # User Augie Fackler # Date 2018-11-06 16:19:35 # Node ID 5c14bf0c5be33417f98a22c0f5c39a67cf231374 # Parent 8c1f36bf2d3e0db512264d3139def03d80583df0 revlog: add blank line in comment to help clang-format Differential Revision: https://phab.mercurial-scm.org/D5233 diff --git a/mercurial/cext/revlog.c b/mercurial/cext/revlog.c --- a/mercurial/cext/revlog.c +++ b/mercurial/cext/revlog.c @@ -508,6 +508,7 @@ static PyObject *reachableroots2(indexOb /* Internal data structure: * tovisit: array of length len+1 (all revs + nullrev), filled upto lentovisit + * * revstates: array of length len+1 (all revs + nullrev) */ int *tovisit = NULL; long lentovisit = 0;