mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
Remove all trailing whitespace
This commit is contained in:
parent
96ec63e3c3
commit
1d833bb807
116 changed files with 798 additions and 798 deletions
|
@ -1,7 +1,7 @@
|
|||
-- Prosody IM
|
||||
-- Copyright (C) 2008-2010 Matthew Wild
|
||||
-- Copyright (C) 2008-2010 Waqas Hussain
|
||||
--
|
||||
--
|
||||
-- This project is MIT/X11 licensed. Please see the
|
||||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
|
|
|
@ -61,7 +61,7 @@ local function parser(data, handlers, ns_separator)
|
|||
while #data == 0 do data = coroutine.yield(); end
|
||||
return data:sub(1,1);
|
||||
end
|
||||
|
||||
|
||||
local ns = { xml = "http://www.w3.org/XML/1998/namespace" };
|
||||
ns.__index = ns;
|
||||
local function apply_ns(name, dodefault)
|
||||
|
@ -100,7 +100,7 @@ local function parser(data, handlers, ns_separator)
|
|||
ns = getmetatable(ns);
|
||||
return tag;
|
||||
end
|
||||
|
||||
|
||||
while true do
|
||||
if peek() == "<" then
|
||||
local elem = read_until(">"):sub(2,-2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue