Monster whitespace commit (beware the whitespace monster).

This commit is contained in:
Waqas Hussain 2010-10-16 23:00:42 +05:00
parent 85b44a1dfd
commit b7e51a203d
42 changed files with 145 additions and 147 deletions

View file

@ -16,10 +16,8 @@ local socket = require "socket";
local format = string.format;
local t_insert, t_sort = table.insert, table.sort;
local get_traceback = debug.traceback;
local tostring, pairs, ipairs, getmetatable, newproxy, error, tonumber,
setmetatable
= tostring, pairs, ipairs, getmetatable, newproxy, error, tonumber,
setmetatable;
local tostring, pairs, ipairs, getmetatable, newproxy, error, tonumber, setmetatable
= tostring, pairs, ipairs, getmetatable, newproxy, error, tonumber, setmetatable;
local idna_to_ascii = require "util.encodings".idna.to_ascii;
local connlisteners_get = require "net.connlisteners".get;

View file

@ -111,7 +111,7 @@ local function write_pidfile()
end
end
local syslog_opened
local syslog_opened;
function syslog_sink_maker(config)
if not syslog_opened then
pposix.syslog_open("prosody");

View file

@ -31,7 +31,7 @@ local function _latin1toutf8(str)
end
end
return t_concat(p);
end
end
function latin1toutf8()
local function assert_utf8(latin, utf8)