sessionmanager: Whitespace fix
authorMatthew Wild <mwild1@gmail.com>
Wed, 10 Feb 2010 07:53:25 +0000
changeset 2580 61f0acd9086f
parent 2579 4e0caff152d6
child 2581 1b9f424e695e
sessionmanager: Whitespace fix
core/sessionmanager.lua
--- a/core/sessionmanager.lua	Tue Feb 09 06:49:03 2010 +0000
+++ b/core/sessionmanager.lua	Wed Feb 10 07:53:25 2010 +0000
@@ -75,7 +75,7 @@
 
 		hosts[session.host].sessions[session.username].sessions[session.resource] = nil;
 		full_sessions[session.full_jid] = nil;
-			
+		
 		if not next(hosts[session.host].sessions[session.username].sessions) then
 			log("debug", "All resources of %s are now offline", session.username);
 			hosts[session.host].sessions[session.username] = nil;