diff options
author | Melik Manukyan <melik@archlinux.us> | 2010-10-04 23:10:11 -0700 |
---|---|---|
committer | Melik Manukyan <melik@archlinux.us> | 2010-10-04 23:10:11 -0700 |
commit | 4a64fa86cd9805816d98ab029ba86ee4489ce41c (patch) | |
tree | 53280d52d990243608087adba951d2e5b366919d | |
parent | e163e7d79396d8899dc6f3e225faaaa0668f3299 (diff) |
indentation error
-rw-r--r-- | archey | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ def ram_display(): if usedpercent <= 33: ramdisplay = '%s%s MB %s/ %s MB' % (greenB, used, clear, ram[1]) output('RAM', ramdisplay) -if usedpercentage > 33 and usedpercentage < 67: + if usedpercentage > 33 and usedpercentage < 67: ramdisplay = '%s%s MB %s/ %s MB' % (whiteB, used, clear, ram[1]) output('RAM', ramdisplay) if usedpercent >= 67: |