summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorbfox <bfox>2003-09-26 20:44:44 +0000
committerbfox <bfox>2003-09-26 20:44:44 +0000
commite3f0296c9b70ccde7ddd517290c0209f427ec761 (patch)
tree228a2b89304138ea5eca3652c375765440b0e3f2 /upgrade.py
parent76a6a5067b3cab4c917d39c932611c0c5fd0241c (diff)
downloadanaconda-e3f0296c9b70ccde7ddd517290c0209f427ec761.tar.gz
anaconda-e3f0296c9b70ccde7ddd517290c0209f427ec761.tar.xz
anaconda-e3f0296c9b70ccde7ddd517290c0209f427ec761.zip
fix indention
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 7bca90e11..1a0476e06 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -159,7 +159,7 @@ def upgradeSwapSuggestion(dispatch, id, instPath):
dispatch.skipStep("addswap", 0)
# don't do this if we have more then 250 MB
- if mem > 250:
+ if mem > 250:
dispatch.skipStep("addswap", 1)
return