Style fixes, add a space after if/for/while.
authorBrian Gianforcaro <b.gianfo@gmail.com>
Tue, 1 Sep 2009 05:35:10 +0000 (01:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Sep 2009 06:26:28 +0000 (23:26 -0700)
The majority of code in core git appears to use a single
space after if/for/while. This is an attempt to bring more
code to this standard. These are entirely cosmetic changes.

Signed-off-by: Brian Gianforcaro <b.gianfo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found