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 401ec615eb07cb9e14f03ee67a4299e4f79bb8b8..409004882dc86e69d87ce539188cb1065ad0d615 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"