diff mod_host_guard/mod_host_guard.lua @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents 21e99dc949ee
children
line wrap: on
line diff
--- a/mod_host_guard/mod_host_guard.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_host_guard/mod_host_guard.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -50,7 +50,7 @@
 			hosts[host].events.add_handler("s2sin-established", s2s_hook, 500)
 			hosts[host].events.add_handler("route/remote", rr_hook, 500)
 			hosts[host].events.add_handler("stanza/jabber:server:dialback:result", s2s_hook, 500)
-                	if not u then 
+                	if not u then
 				module:log ("debug", "adding host protection for: "..host)
 			else
 				module:log ("debug", "updating or adding host protection for: "..host)