# HG changeset patch # User Kim Alvefur # Date 1508460778 -7200 # Node ID 2c3334131a7d874a0d1af92608278588d09a5baf # Parent 93a4b13ca9f64bc0a10ba811a5f7f7bdee2a1946 mod_firewall/test: Trim trailing whitespace [luacheck] diff -r 93a4b13ca9f6 -r 2c3334131a7d mod_firewall/test.lib.lua --- a/mod_firewall/test.lib.lua Fri Oct 20 02:51:38 2017 +0200 +++ b/mod_firewall/test.lib.lua Fri Oct 20 02:52:58 2017 +0200 @@ -29,7 +29,7 @@ load_unload_scripts(set.new(arg)); local session = { notopen = true }; local stream_callbacks = { default_ns = "jabber:client" }; - + function stream_callbacks.streamopened(session) session.notopen = nil; end @@ -48,7 +48,7 @@ stats_dropped = stats_dropped + 1; end end - + local stream = xmppstream.new(session, stream_callbacks); stream:feed(""); local line_count = 0; @@ -60,7 +60,7 @@ return 1; end end - + stderr("Summary"); stderr("-------"); stderr("");