mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Monster whitespace commit (beware the whitespace monster).
This commit is contained in:
parent
85b44a1dfd
commit
b7e51a203d
42 changed files with 145 additions and 147 deletions
|
@ -73,7 +73,7 @@ function count(f, s, var)
|
|||
var = ret[1];
|
||||
if var == nil then break; end
|
||||
x = x + 1;
|
||||
end
|
||||
end
|
||||
|
||||
return x;
|
||||
end
|
||||
|
@ -131,7 +131,7 @@ function it2array(f, s, var)
|
|||
return t;
|
||||
end
|
||||
|
||||
-- Treat the return of an iterator as key,value pairs,
|
||||
-- Treat the return of an iterator as key,value pairs,
|
||||
-- and build a table
|
||||
function it2table(f, s, var)
|
||||
local t, var = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue