* [PATCH] connect.c: SP after "}", not TAB
@ 2014-03-13 11:45 Nguyễn Thái Ngọc Duy
2014-03-13 17:54 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2014-03-13 11:45 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano, Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
I missed the "else" anchor because it's indented far to the right and
misread the code for a second there. Might as well fix it while I'm
at it.
connect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/connect.c b/connect.c
index 4cb1c7c..4be84e8 100644
--- a/connect.c
+++ b/connect.c
@@ -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;
--
1.9.0.40.gaa8c3ea
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] connect.c: SP after "}", not TAB
2014-03-13 11:45 [PATCH] connect.c: SP after "}", not TAB Nguyễn Thái Ngọc Duy
@ 2014-03-13 17:54 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2014-03-13 17:54 UTC (permalink / raw)
To: Nguyễn Thái Ngọc Duy; +Cc: git
Thanks ;-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-13 17:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 11:45 [PATCH] connect.c: SP after "}", not TAB Nguyễn Thái Ngọc Duy
2014-03-13 17:54 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).