Explorar o código

Fix indentation.

Jelmer Vernooij %!s(int64=15) %!d(string=hai) anos
pai
achega
d936f9e280
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/dulwich

+ 1 - 1
bin/dulwich

@@ -143,7 +143,7 @@ def cmd_clone(args):
     if args == []:
         print "usage: dulwich clone host:path [PATH]"
         sys.exit(1)
-        client, host_path = get_transport_and_path(args.pop(0))
+    client, host_path = get_transport_and_path(args.pop(0))
 
     if len(args) > 0:
         path = args.pop(0)