Skip to content

Commit

Permalink
Merge branch 'nd/indent-fix-connect-c'
Browse files Browse the repository at this point in the history
* nd/indent-fix-connect-c:
  connect.c: SP after "}", not TAB
  • Loading branch information
Junio C Hamano committed Mar 25, 2014
2 parents 12de60a + c049b61 commit 34a2e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,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;
Expand Down

0 comments on commit 34a2e88

Please sign in to comment.