From 813d73f64d779257fd24cd70bbc281352c34812b Mon Sep 17 00:00:00 2001 From: Chris Bargren Date: Mon, 28 Dec 2015 11:37:39 -0700 Subject: Tabs --- src/transport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport.c b/src/transport.c index cf785bc88..327052fa3 100644 --- a/src/transport.c +++ b/src/transport.c @@ -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 } }; -- cgit v1.2.1