Code style

This commit is contained in:
Steven Barth 2009-07-27 10:27:35 +00:00
parent 8acc6307bf
commit 7b5cdb36b5

View 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"