diff mod_firewall/actions.lib.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 8a3f3f485675
children 2356114ff505
line wrap: on
line diff
--- a/mod_firewall/actions.lib.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_firewall/actions.lib.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -126,7 +126,7 @@
 	return ([[local newstanza = st.%s; %s;%s]])
 		:format(make_new, reroute, drop and " return true;" or ""), deps;
 end
-	
+
 function action_handlers.BOUNCE(with)
 	local error = with and with:match("^%S+") or "service-unavailable";
 	local error_type = error:match(":(%S+)");