summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelik Manukyan <melik@archlinux.us>2010-10-04 23:10:11 -0700
committerMelik Manukyan <melik@archlinux.us>2010-10-04 23:10:11 -0700
commit4a64fa86cd9805816d98ab029ba86ee4489ce41c (patch)
tree53280d52d990243608087adba951d2e5b366919d
parente163e7d79396d8899dc6f3e225faaaa0668f3299 (diff)
indentation error
-rw-r--r--archey2
1 files changed, 1 insertions, 1 deletions
diff --git a/archey b/archey
index 89f1a58..5ca668b 100644
--- a/archey
+++ b/archey
@@ -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: