author | Brian Gianforcaro <b.gianfo@gmail.com> | |
Tue, 1 Sep 2009 05:35:10 +0000 (01:35 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 1 Sep 2009 06:26:28 +0000 (23:26 -0700) | ||
commit | eeefa7c90e1b754a2b01d73fd93aaf90afdc4914 | |
tree | fa561a4acef6f4c1cb8bd0b75a194e3644b99d3e | tree | snapshot |
parent | 554555ac7da0b9b78bd97cff05daa60498eb1bba | commit | diff |
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>
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 | diff | blob | history | |
builtin-clone.c | diff | blob | history | |
builtin-for-each-ref.c | diff | blob | history | |
builtin-pack-objects.c | diff | blob | history | |
builtin-remote.c | diff | blob | history | |
builtin-shortlog.c | diff | blob | history | |
connect.c | diff | blob | history | |
diff.c | diff | blob | history | |
pack-redundant.c | diff | blob | history | |
remote.c | diff | blob | history | |
upload-pack.c | diff | blob | history | |
var.c | diff | blob | history | |
wt-status.c | diff | blob | history |