mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Remove all trailing whitespace
This commit is contained in:
parent
96ec63e3c3
commit
1d833bb807
116 changed files with 798 additions and 798 deletions
|
@ -26,8 +26,8 @@ local parse_xml = (function()
|
|||
attr[i] = nil;
|
||||
local ns, nm = k:match(ns_pattern);
|
||||
if nm ~= "" then
|
||||
ns = ns_prefixes[ns];
|
||||
if ns then
|
||||
ns = ns_prefixes[ns];
|
||||
if ns then
|
||||
attr[ns..":"..nm] = attr[k];
|
||||
attr[k] = nil;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue