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 /connect.c | |
parent | a2036d7e00ad8aa16ba010a80078e10f0e4568a3 (diff) | |
download | git-c049b61d42bbdbe5bf938c0fc13ad09970a945df.tar.gz |
connect.c: SP after "}", not TABnd/indent-fix-connect-c
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'connect.c')
-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; |