Removed trailing spaces

This commit is contained in:
Hendrik Leppkes
2008-09-02 16:55:22 +02:00
parent e018043a97
commit c7c303ae3c
13 changed files with 37 additions and 37 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ local format = string.format
local LBF = LibStub("LibButtonFacade", true)
local KeyBound = LibStub("LibKeyBound-1.0")
local defaults = { profile = Bartender4:Merge({
local defaults = { profile = Bartender4:Merge({
enabled = true,
scale = 1.5,
}, Bartender4.ButtonBar.defaults) }
@@ -120,7 +120,7 @@ function StanceButtonPrototype:GetBindings()
for i = 1, select('#', GetBindingKey(binding)) do
local hotKey = select(i, GetBindingKey(binding))
if keys ~= "" then
keys = keys .. ', '
keys = keys .. ', '
end
keys = keys .. GetBindingText(hotKey,'KEY_')
end
@@ -129,7 +129,7 @@ function StanceButtonPrototype:GetBindings()
for i = 1, select('#', GetBindingKey(binding)) do
local hotKey = select(i, GetBindingKey(binding))
if keys ~= "" then
keys = keys .. ', '
keys = keys .. ', '
end
keys = keys.. GetBindingText(hotKey,'KEY_')
end