From: Nguyễn Thái Ngọc Duy Date: Thu, 13 Mar 2014 11:45:31 +0000 (+0700) Subject: connect.c: SP after "}", not TAB X-Git-Tag: v2.0.0-rc0~70^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c049b61d42bbdbe5bf938c0fc13ad09970a945df connect.c: SP after "}", not TAB Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/connect.c b/connect.c index 8a013a723b..3140c12d3c 100644 --- a/connect.c +++ b/connect.c @@ -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;