From 7b5cdb36b5c8d4e412eeda80f8a04a2208a329bf Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 27 Jul 2009 10:27:35 +0000 Subject: [PATCH] Code style --- libs/nixio/lua/nixio/util.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.25.1