diff mod_firewall/conditions.lib.lua @ 3982:ab065ff4628b

mod_firewall: Remove trailing whitespace
author Kim Alvefur <zash@zash.se>
date Sun, 19 Apr 2020 23:38:39 +0200
parents df6227e288e5
children 4e8fa75cc678
line wrap: on
line diff
--- 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)