Code style
[project/luci.git] / 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"