summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-11-17 03:04:06 +0000
committerChris Lumens <clumens@redhat.com>2005-11-17 03:04:06 +0000
commit53df47407eae60849e5e465dcd8c092fc49e4736 (patch)
tree1471ff116ef738f5765f93aceff4c4ba2dc27f8c /scripts
parentd3251793335b1569f1b9d9400c2ef1dd3df3dd5a (diff)
fix whitespace
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkgorder2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder
index 979b85d64..d532dee33 100755
--- a/scripts/pkgorder
+++ b/scripts/pkgorder
@@ -28,7 +28,7 @@ class PackageOrderer(YumSorter):
def __init__(self, arch=None):
YumSorter.__init__(self)
- self.arch = arch
+ self.arch = arch
self._installed = PackageSack()
def addGroup(self, group):