D5233: revlog: add blank line in comment to help clang-format

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Nov 7 07:32:13 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG5c14bf0c5be3: revlog: add blank line in comment to help clang-format (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5233?vs=12456&id=12465

REVISION DETAIL
  https://phab.mercurial-scm.org/D5233

AFFECTED FILES
  mercurial/cext/revlog.c

CHANGE DETAILS

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 @@
 
 	/* 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;



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list