소스 검색

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)