aboutsummaryrefslogtreecommitdiff
path: root/batat.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-30 20:47:02 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-30 20:47:02 +0200
commitbc637062d7518988884c36762d3d257c1c8d0aad (patch)
tree89b04c4668eb6219ce209a20ecfd3f3cb95b5af8 /batat.lua
parent052748a2cb671b5b9e85c4e4aefb76a58e88a520 (diff)
downloadvicious-legacy-bc637062d7518988884c36762d3d257c1c8d0aad.tar.xz
Coding style fixes in battery widgets.
Diffstat (limited to 'batat.lua')
-rw-r--r--batat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/batat.lua b/batat.lua
index 8f8b95a..e8b4a14 100644
--- a/batat.lua
+++ b/batat.lua
@@ -38,7 +38,7 @@ function worker(format)
-- Store remaining time information
table.insert(battery_info, (line:match("%%,%s(.*)") or "/"))
else
- return { "/", "/", "/" }
+ return {"/", "/", "/"}
end
end
f:close()