revlog: add blank line in comment to help clang-format
authorAugie Fackler <augie@google.com>
Tue, 06 Nov 2018 11:19:35 -0500
changeset 40561 5c14bf0c5be3
parent 40560 8c1f36bf2d3e
child 40562 e5ad3ef90aa1
revlog: add blank line in comment to help clang-format Differential Revision: https://phab.mercurial-scm.org/D5233
mercurial/cext/revlog.c
--- 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;