Software /
code /
prosody
Diff
util/set.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 23:00:42 +0500 |
parent | 2923:b7049746bd29 |
child | 4544:316e2b09a562 |
line wrap: on
line diff
--- a/util/set.lua Sat Oct 16 08:34:32 2010 +0500 +++ b/util/set.lua Sat Oct 16 23:00:42 2010 +0500 @@ -6,7 +6,7 @@ -- COPYING file in the source package for more information. -- -local ipairs, pairs, setmetatable, next, tostring = +local ipairs, pairs, setmetatable, next, tostring = ipairs, pairs, setmetatable, next, tostring; local t_concat = table.concat;