瀏覽代碼

Fix indentation.

Jelmer Vernooij 15 年之前
父節點
當前提交
d936f9e280
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)