##// END OF EJS Templates
revlog: add blank line in comment to help clang-format...
Augie Fackler -
r40594:5c14bf0c default
parent child Browse files
Show More
@@ -508,6 +508,7 b' static PyObject *reachableroots2(indexOb'
508
508
509 /* Internal data structure:
509 /* Internal data structure:
510 * tovisit: array of length len+1 (all revs + nullrev), filled upto lentovisit
510 * tovisit: array of length len+1 (all revs + nullrev), filled upto lentovisit
511 *
511 * revstates: array of length len+1 (all revs + nullrev) */
512 * revstates: array of length len+1 (all revs + nullrev) */
512 int *tovisit = NULL;
513 int *tovisit = NULL;
513 long lentovisit = 0;
514 long lentovisit = 0;
General Comments 0
You need to be logged in to leave comments. Login now