White space cleanup
authorSam Hartman <hartmans@debian.org>
Thu, 16 Dec 2010 18:04:32 +0000 (13:04 -0500)
committerSam Hartman <hartmans@debian.org>
Thu, 16 Dec 2010 18:04:32 +0000 (13:04 -0500)
debian-builder

index 67477a2..1a1830d 100755 (executable)
@@ -16,7 +16,6 @@ from shutil import copy
 
 import debian.changelog, debian.deb822
 
-
 # These variables can be overridden by options. If packages is not
 # set, then it is read from the source_packages file
 packages = []  # Set of packages to build
@@ -153,7 +152,6 @@ distribution = options.distribution
 sbuild_opts = options.sbuild_opts
 
 if len(packages) == 0: packages = read_packages()
-
 try:
     os.makedirs(build_place)
 except OSError: pass