diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-03-13 18:45:31 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-13 10:54:21 -0700 |
commit | c049b61d42bbdbe5bf938c0fc13ad09970a945df (patch) | |
tree | b2351bd50222dc8b4676580e339cc10cd0fd4985 | |
parent | git_connect(): use common return point (diff) | |
download | tgif-c049b61d42bbdbe5bf938c0fc13ad09970a945df.tar.xz |
connect.c: SP after "}", not TAB
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -723,7 +723,7 @@ struct child_process *git_connect(int fd[2], const char *url, *arg++ = port; } *arg++ = ssh_host; - } else { + } else { /* remove repo-local variables from the environment */ conn->env = local_repo_env; conn->use_shell = 1; |