]> git.proxmox.com Git - libgit2.git/commitdiff
Tabs
authorChris Bargren <cbargren@gmail.com>
Mon, 28 Dec 2015 18:37:39 +0000 (11:37 -0700)
committerEdward Thomson <ethomson@github.com>
Mon, 11 Apr 2016 18:11:33 +0000 (14:11 -0400)
src/transport.c

index cf785bc88922672fc6676d9675cfcee34189a845..327052fa393a959a3e822d591c1de4b9858c85fb 100644 (file)
@@ -35,8 +35,8 @@ static transport_definition transports[] = {
        { "file://",  git_transport_local, NULL },
 #ifdef GIT_SSH
        { "ssh://",   git_transport_smart, &ssh_subtransport_definition },
-  { "ssh+git://",   git_transport_smart, &ssh_subtransport_definition },
-  { "git+ssh://",   git_transport_smart, &ssh_subtransport_definition },
+       { "ssh+git://",   git_transport_smart, &ssh_subtransport_definition },
+       { "git+ssh://",   git_transport_smart, &ssh_subtransport_definition },
 #endif
        { NULL, 0, 0 }
 };