Style fixes, add a space after if/for/while.
commiteeefa7c90e1b754a2b01d73fd93aaf90afdc4914
authorBrian Gianforcaro <b.gianfo@gmail.com>
Tue, 1 Sep 2009 05:35:10 +0000 (1 01:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Sep 2009 06:26:28 +0000 (31 23:26 -0700)
treefa561a4acef6f4c1cb8bd0b75a194e3644b99d3e
parent554555ac7da0b9b78bd97cff05daa60498eb1bba
Style fixes, add a space after if/for/while.

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>
13 files changed:
builtin-blame.c
builtin-clone.c
builtin-for-each-ref.c
builtin-pack-objects.c
builtin-remote.c
builtin-shortlog.c
connect.c
diff.c
pack-redundant.c
remote.c
upload-pack.c
var.c
wt-status.c