Browse Source
The condition "if (q->nr <= j)" checks whether the loop exited normally or via a break statement. Avoid this check by replacing the jump out of the inner loop with a jump to the end of the outer loop, which makes it obvious that diff_q is not executed when the peer survives. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Alex Henrie
5 years ago
committed by
Junio C Hamano
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue