aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-25 14:46:52 -0700
committerJunio C Hamano <gitster@pobox.com>2011-08-25 14:47:07 -0700
commitcd2b8ae983a277fb3f3c2b2c6747b0a075af1421 (patch)
treed10d93857bb2711fd4ec7addf13254f01ba9556b /builtin
parentf877fd825e97a5e851b655e6fde5e796f53fc03e (diff)
downloadgit-cd2b8ae983a277fb3f3c2b2c6747b0a075af1421.tar.gz
git-cd2b8ae983a277fb3f3c2b2c6747b0a075af1421.tar.xz
whitespace: have SP on both sides of an assignment "="
I've deliberately excluded the borrowed code in compat/nedmalloc directory. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/remote.c b/builtin/remote.c
index 9ff1cac69..1fb441c96 100644
--- a/builtin/remote.c
+++ b/builtin/remote.c
@@ -1113,7 +1113,7 @@ static int show(int argc, const char **argv)
url = states.remote->url;
url_nr = states.remote->url_nr;
}
- for (i=0; i < url_nr; i++)
+ for (i = 0; i < url_nr; i++)
printf(" Push URL: %s\n", url[i]);
if (!i)
printf(" Push URL: %s\n", "(no URL)");