Monster whitespace commit (beware the whitespace monster).
[prosody.git] / core / xmlhandlers.lua
index b7992f77a817cdf8e7bc279ec4f92a3a3c2768cb..182da8940284e1e2f0f804fa7fa9fb08bc62f96a 100644 (file)
@@ -68,8 +68,8 @@ function init_xmlhandlers(session, stream_callbacks)
                        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