Code style
authorSteven Barth <steven@midlink.org>
Mon, 27 Jul 2009 10:27:35 +0000 (10:27 +0000)
committerSteven Barth <steven@midlink.org>
Mon, 27 Jul 2009 10:27:35 +0000 (10:27 +0000)
libs/nixio/lua/nixio/util.lua

index 401ec61..4090048 100644 (file)
@@ -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"