alsa: some indentation

This commit is contained in:
Luke Bonham 2016-03-31 12:00:47 +02:00
parent 27fc95570c
commit da3310b775

View file

@ -45,7 +45,6 @@ local function worker(args)
end end
timer_id = string.format("alsa-%s-%s", alsa.cmd, alsa.channel) timer_id = string.format("alsa-%s-%s", alsa.cmd, alsa.channel)
newtimer(timer_id, timeout, alsa.update) newtimer(timer_id, timeout, alsa.update)
return setmetatable(alsa, { __index = alsa.widget }) return setmetatable(alsa, { __index = alsa.widget })