]> git.decadent.org.uk Git - dak.git/commitdiff
[JT] fix indentation
authorJames Troup <james@nocrew.org>
Fri, 28 Dec 2007 22:13:34 +0000 (22:13 +0000)
committerJames Troup <james@nocrew.org>
Fri, 28 Dec 2007 22:13:34 +0000 (22:13 +0000)
dak/examine_package.py

index 48163156614f54e740c46ba39d9f390a98460e22..9cf3d282e1bda3064d97b44347fad759cbe7b3d8 100755 (executable)
@@ -320,7 +320,7 @@ def check_dsc (dsc_filename):
     (dsc) = read_dsc(dsc_filename)
     print dsc
     print "---- lintian check for %s ----" % (dsc_filename)
-        do_command ("lintian --show-overrides --color always", dsc_filename)
+    do_command("lintian --show-overrides --color always", dsc_filename)
 
 def check_deb (deb_filename):
     filename = os.path.basename(deb_filename)