summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-11-21 06:16:59 +0000
committerBill Nottingham <notting@redhat.com>2003-11-21 06:16:59 +0000
commitbb71628ae36259b47df55e913cce933a2e9bb484 (patch)
treeaa57ce76fe06936305f064268385209759740501 /fsset.py
parent5285e8f240de7bf364a3947aaff31e1c17e4b17a (diff)
downloadanaconda-bb71628ae36259b47df55e913cce933a2e9bb484.tar.gz
anaconda-bb71628ae36259b47df55e913cce933a2e9bb484.tar.xz
anaconda-bb71628ae36259b47df55e913cce933a2e9bb484.zip
spacing
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 266d7e104..d12648def 100644
--- a/fsset.py
+++ b/fsset.py
@@ -938,7 +938,7 @@ class FileSystemSet:
fileSystemTypeGet("devpts"), "gid=5,mode=620")
self.add(pts)
shm = FileSystemSetEntry(Device(), '/dev/shm', fileSystemTypeGet("tmpfs"))
- self.add(shm)
+ self.add(shm)
def verify (self):
for entry in self.entries: