Quantcast

Remove whitespace in preset

Scott Sibley [03-15-11 - 02:30]
Remove whitespace in preset
Filename
Modules/Bars/Bars.lua
diff --git a/Modules/Bars/Bars.lua b/Modules/Bars/Bars.lua
index 9ab8ac0..5024207 100644
--- a/Modules/Bars/Bars.lua
+++ b/Modules/Bars/Bars.lua
@@ -72,10 +72,10 @@ local r, g, b
 if UnitIsPlayer(unit) then
     r, g, b = ClassColor(unit)
 else
-	if UnitIsTapped(unit) and not UnitIsTappedByPlayer(unit) then
-		r, g, b = .5, .5, .5
+    if UnitIsTapped(unit) and not UnitIsTappedByPlayer(unit) then
+        r, g, b = .5, .5, .5
 	else
-		r, g, b = UnitSelectionColor(unit)
+        r, g, b = UnitSelectionColor(unit)
 	end
 end
 self.lastR, self.lastG, self.lastB = r, g, b