Code

mailmap: fix bogus for() loop that happened to be safe by accident
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Dec 2007 01:04:11 +0000 (17:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Dec 2007 11:40:12 +0000 (03:40 -0800)
commitfd99b36134a047b8c5ba1230323e7cacc5df330e
tree7a960765e647aaca1340d393f9e253acd57979b0
parent384b32c09b3c7e36b4d65ae80fc758d75dba3fc2
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>
mailmap.c