diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-10 18:50:53 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-10 18:50:53 +0000 |
commit | b328188ea31da6615b0f7cf9f85c48a82d12c271 (patch) | |
tree | b8b054fe49d3769eae580342a2e70d7952fa333c /fstab.py | |
parent | fae537ecb37d704290787da68651036de1b8e4ec (diff) | |
download | anaconda-b328188ea31da6615b0f7cf9f85c48a82d12c271.tar.gz anaconda-b328188ea31da6615b0f7cf9f85c48a82d12c271.tar.xz anaconda-b328188ea31da6615b0f7cf9f85c48a82d12c271.zip |
removed extra whitespace on line
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |