aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2011-08-18 20:44:04 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2011-08-18 20:44:04 +0200
commit18e1823dedcd844ad0e35fb271b2ed3926722920 (patch)
tree19b81a5c411372b3776769690f351426bfa25e46 /init.lua
parentcf996f2ea3612646fe7221958d8273fa6158b2ab (diff)
downloadvicious-legacy-18e1823dedcd844ad0e35fb271b2ed3926722920.tar.xz
vicious: cleanup tabs and bad intendation
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua22
1 files changed, 11 insertions, 11 deletions
diff --git a/init.lua b/init.lua
index 82316ed..a7fdac0 100644
--- a/init.lua
+++ b/init.lua
@@ -143,17 +143,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,
-
- -- Update function
- update = function ()
- update(widget, reg)
- end,
+ -- Set properties
+ wtype = wtype,
+ format = format,
+ timer = timer,
+ warg = warg,
+ widget = widget,
+
+ -- Update function
+ update = function ()
+ update(widget, reg)
+ end,
}
-- Default to 2s timer