mod_firewall: Remove trailing whitespace
authorKim Alvefur <zash@zash.se>
Sun, 19 Apr 2020 23:38:39 +0200
changeset 3986 ab065ff4628b
parent 3985 7e8f2e36419d
child 3987 effe2d93a59c
mod_firewall: Remove trailing whitespace
mod_firewall/conditions.lib.lua
--- a/mod_firewall/conditions.lib.lua	Sun Apr 19 23:37:13 2020 +0200
+++ b/mod_firewall/conditions.lib.lua	Sun Apr 19 23:38:39 2020 +0200
@@ -125,7 +125,7 @@
 
 function condition_handlers.PENDING_SUBSCRIPTION_FROM_SENDER()
 	return "(bare_to == bare_from or to_node and rostermanager.is_contact_pending_in(to_node, to_host, bare_from))",
-	       { "rostermanager", "split_to", "bare_to", "bare_from" };	
+	       { "rostermanager", "split_to", "bare_to", "bare_from" };
 end
 
 function condition_handlers.PAYLOAD(payload_ns)