# HG changeset patch # User Kim Alvefur # Date 1587332319 -7200 # Node ID ab065ff4628b5e9570d919a963acc96dfdb3c252 # Parent 7e8f2e36419dc95b75fbbeefa0a13a46dc6f6851 mod_firewall: Remove trailing whitespace diff -r 7e8f2e36419d -r ab065ff4628b 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)