connect.c: SP after "}", not TAB
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 13 Mar 2014 11:45:31 +0000 (18:45 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Mar 2014 17:54:21 +0000 (10:54 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
connect.c
index 8a013a723b4d81deb76baabb7615c06b0caa068c..3140c12d3cf3f0a34e2830f0192463f00a815014 100644 (file)
--- a/connect.c
+++ b/connect.c
@@ -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;