changeset 3982:ab065ff4628b

mod_firewall: Remove trailing whitespace
author Kim Alvefur <zash@zash.se>
date Sun, 19 Apr 2020 23:38:39 +0200
parents 7e8f2e36419d
children effe2d93a59c
files mod_firewall/conditions.lib.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)