##// END OF EJS Templates
bdiff: add comment about normalization
Benoit Boissinot -
r7625:930a2be7 default
parent child Browse files
Show More
@@ -261,6 +261,7 b' static struct hunklist diff(struct line '
261
261
262 free(pos);
262 free(pos);
263
263
264 /* normalize the hunk list, try to push each hunk towards the end */
264 for (curr = l.base; curr != l.head; curr++) {
265 for (curr = l.base; curr != l.head; curr++) {
265 struct hunk *next = curr+1;
266 struct hunk *next = curr+1;
266 int shift = 0;
267 int shift = 0;
General Comments 0
You need to be logged in to leave comments. Login now