anaconda: indentation fix

This commit is contained in:
Marek Marczykowski-Górecki 2014-04-08 05:26:03 +02:00
parent e697c26905
commit c583904597

View File

@ -58,11 +58,11 @@ class InstallClass(BaseInstallClass):
BaseInstallClass.setDefaultPartitioning(self,
storage)
for autoreq in storage.autoPartitionRequests:
if autoreq.mountpoint == "/":
autoreq.maxSize=None
autoreq.requiredSpace=50*1024
if autoreq.mountpoint == "/":
autoreq.maxSize=None
autoreq.requiredSpace=50*1024
if autoreq.mountpoint == "/home":
storage.autoPartitionRequests.remove(autoreq)
storage.autoPartitionRequests.remove(autoreq)
def productMatches(self, oldprod):
if oldprod is None: