projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8acc630
)
Code style
author
Steven Barth
<steven@midlink.org>
Mon, 27 Jul 2009 10:27:35 +0000
(10:27 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 27 Jul 2009 10:27:35 +0000
(10:27 +0000)
libs/nixio/lua/nixio/util.lua
patch
|
blob
|
history
diff --git
a/libs/nixio/lua/nixio/util.lua
b/libs/nixio/lua/nixio/util.lua
index 401ec615eb07cb9e14f03ee67a4299e4f79bb8b8..409004882dc86e69d87ce539188cb1065ad0d615 100644
(file)
--- a/
libs/nixio/lua/nixio/util.lua
+++ b/
libs/nixio/lua/nixio/util.lua
@@
-14,8
+14,8
@@
$Id$
local table = require "table"
local nixio = require "nixio"
-local getmetatable, assert, pairs, type
, tostring =
-
getmetatable, assert, pairs, type,
tostring
+local getmetatable, assert, pairs, type
= getmetatable, assert, pairs, type
+
local tostring =
tostring
module "nixio.util"