From: Steven Barth Date: Mon, 27 Jul 2009 10:27:35 +0000 (+0000) Subject: Code style X-Git-Tag: 0.10.0~1292 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=7b5cdb36b5c8d4e412eeda80f8a04a2208a329bf Code style --- diff --git a/libs/nixio/lua/nixio/util.lua b/libs/nixio/lua/nixio/util.lua index 401ec615e..409004882 100644 --- 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"