Skip to content

Commit c049b61

Browse files
pcloudsgitster
authored andcommitted
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>
1 parent a2036d7 commit c049b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ struct child_process *git_connect(int fd[2], const char *url,
723723
*arg++ = port;
724724
}
725725
*arg++ = ssh_host;
726-
} else {
726+
} else {
727727
/* remove repo-local variables from the environment */
728728
conn->env = local_repo_env;
729729
conn->use_shell = 1;

0 commit comments

Comments
 (0)