mirror of
https://github.com/git/git.git
synced 2025-04-14 11:25:44 +00:00
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>
This commit is contained in:
parent
a2036d7e00
commit
c049b61d42
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user