fix white space as well

This commit is contained in:
Joerg T. (Mic92) 2011-08-18 20:01:41 +02:00
parent ffb51b4a39
commit 4d7b640752
1 changed files with 10 additions and 10 deletions

View File

@ -144,17 +144,17 @@ end
function register(widget, wtype, format, timer, warg)
local widget = widget
local reg = {
-- Set properties
wtype = wtype,
format = format,
timer = timer,
warg = warg,
widget = widget,
-- Set properties
wtype = wtype,
format = format,
timer = timer,
warg = warg,
widget = widget,
-- Update function
update = function ()
update(widget, reg)
end,
-- Update function
update = function ()
update(widget, reg)
end,
}
-- Default to 2s timer