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
+2 -2
View File
@@ -182,7 +182,7 @@ function PetButtonPrototype: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
@@ -191,7 +191,7 @@ function PetButtonPrototype: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