summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-02-23 14:01:44 -0600
committerDavid Lehman <dlehman@redhat.com>2009-02-23 14:01:44 -0600
commit10d9789a3f4c6923c8cff6e83f125afb0cd93957 (patch)
tree6a3b5e8cb783f5779c6a412d0b6821fd38e58756 /upgrade.py
parentb2dedb483bd9514cce023c284463d18fc0f7b612 (diff)
downloadanaconda-10d9789a3f4c6923c8cff6e83f125afb0cd93957.tar.gz
anaconda-10d9789a3f4c6923c8cff6e83f125afb0cd93957.tar.xz
anaconda-10d9789a3f4c6923c8cff6e83f125afb0cd93957.zip
Fix whitespace in bindMountDevDirectory.
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/upgrade.py b/upgrade.py
index 98979b836..f8e299626 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -154,10 +154,10 @@ def findExistingRoots(anaconda, upgradeany = 0):
return rootparts
def bindMountDevDirectory(instPath):
- getFormat("bind",
- device="/dev",
- mountpoint="/dev",
- exists=True).mount(chroot=instPath)
+ getFormat("bind",
+ device="/dev",
+ mountpoint="/dev",
+ exists=True).mount(chroot=instPath)
# returns None if no filesystem exist to migrate
def upgradeMigrateFind(anaconda):