summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-10 18:50:53 +0000
committerMatt Wilson <msw@redhat.com>2000-01-10 18:50:53 +0000
commitb328188ea31da6615b0f7cf9f85c48a82d12c271 (patch)
treeb8b054fe49d3769eae580342a2e70d7952fa333c /fstab.py
parentfae537ecb37d704290787da68651036de1b8e4ec (diff)
downloadanaconda-b328188ea31da6615b0f7cf9f85c48a82d12c271.tar.gz
anaconda-b328188ea31da6615b0f7cf9f85c48a82d12c271.tar.xz
anaconda-b328188ea31da6615b0f7cf9f85c48a82d12c271.zip
removed extra whitespace on line
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index e7b669318..1bf6c133d 100644
--- a/fstab.py
+++ b/fstab.py
@@ -327,7 +327,7 @@ class Fstab:
rdisks = rdisks - 1
args = args + [ '-R', 'stride=%d' % (rdisks * 16) ]
elif rtype == 0:
- args = args + [ '-R', 'stride=%d' % (rdisks * 16) ]
+ args = args + [ '-R', 'stride=%d' % (rdisks * 16) ]
if self.badBlockCheck:
args.append ("-c")