Mercurial > hg-stable
diff mercurial/cext/revlog.c @ 40608:5c14bf0c5be3
revlog: add blank line in comment to help clang-format
Differential Revision: https://phab.mercurial-scm.org/D5233
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 06 Nov 2018 11:19:35 -0500 |
parents | 8c1f36bf2d3e |
children | e5ad3ef90aa1 |
line wrap: on
line diff
--- a/mercurial/cext/revlog.c Tue Nov 06 11:18:12 2018 -0500 +++ b/mercurial/cext/revlog.c Tue Nov 06 11:19:35 2018 -0500 @@ -508,6 +508,7 @@ /* 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;