author | Junio C Hamano <gitster@pobox.com> | |
Sat, 8 Dec 2007 01:04:11 +0000 (17:04 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 8 Dec 2007 11:40:12 +0000 (03:40 -0800) | ||
commit | fd99b36134a047b8c5ba1230323e7cacc5df330e | |
tree | 7a960765e647aaca1340d393f9e253acd57979b0 | tree | snapshot |
parent | 384b32c09b3c7e36b4d65ae80fc758d75dba3fc2 | commit | diff |
mailmap: fix bogus for() loop that happened to be safe by accident
The empty loop pretended to have an empty statement as its body by a
phony indentation, but in fact was slurping the next statement into it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The empty loop pretended to have an empty statement as its body by a
phony indentation, but in fact was slurping the next statement into it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mailmap.c | diff | blob | history |