Skip to content

Commit 34a2e88

Browse files
committed
Merge branch 'nd/indent-fix-connect-c'
* nd/indent-fix-connect-c: connect.c: SP after "}", not TAB
2 parents 12de60a + c049b61 commit 34a2e88

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
@@ -727,7 +727,7 @@ struct child_process *git_connect(int fd[2], const char *url,
727727
*arg++ = port;
728728
}
729729
*arg++ = ssh_host;
730-
} else {
730+
} else {
731731
/* remove repo-local variables from the environment */
732732
conn->env = local_repo_env;
733733
conn->use_shell = 1;

0 commit comments

Comments
 (0)