From a622780b216eb8c2443f3bde512c25abd61fd42b Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Tue, 15 Mar 2011 02:30:07 +0000 Subject: [PATCH] Remove whitespace in preset --- Modules/Bars/Bars.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.9.5