X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=connect.c;h=7945e38ac1c99c09f7975ae99767bc9747ac3740;hb=e4d1afbcf2e39a997ae90befd629ee53e444c4c9;hp=76e542776abff8d07e7250ecfc8c7ae813302b2d;hpb=864cd9491772367b3ce5b0dda98f068e5bd49680;p=git.git diff --git a/connect.c b/connect.c index 76e542776..7945e38ac 100644 --- a/connect.c +++ b/connect.c @@ -513,7 +513,7 @@ struct child_process *git_connect(int fd[2], const char *url_orig, signal(SIGCHLD, SIG_DFL); host = strstr(url, "://"); - if(host) { + if (host) { *host = '\0'; protocol = get_protocol(url); host += 3;