aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-01-28 13:39:23 +0000
committerMatthew Wild <mwild1@gmail.com>2010-01-28 13:39:23 +0000
commit74ceb83ccae35196585ffab5abe678e544de9d1b (patch)
tree2ea8d0c61432d50d6d83e7bd3500b2b7165894e3 /core/s2smanager.lua
parent05ebb93247f04e65a371e67728579cc5ff2db0b9 (diff)
downloadprosody-74ceb83ccae35196585ffab5abe678e544de9d1b.tar.gz
prosody-74ceb83ccae35196585ffab5abe678e544de9d1b.zip
s2smanager: Whitespace
Diffstat (limited to 'core/s2smanager.lua')
-rw-r--r--core/s2smanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index 98203a7d..396c41cc 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -181,7 +181,6 @@ function new_outgoing(from_host, to_host, connect)
buffer[#buffer+1] = data;
log("debug", "Buffered item %d: %s", #buffer, tostring(data));
end
-
end
return host_session;