From e77d7a0447a4df613030f78994edca72205c0853 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 1 May 2018 18:21:57 +0200 Subject: mod_bosh: Fix inconsistent whitespace [luacheck] --- plugins/mod_bosh.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua index 68922ebd..60d3e4b4 100644 --- a/plugins/mod_bosh.lua +++ b/plugins/mod_bosh.lua @@ -192,8 +192,8 @@ function handle_POST(event) return true; -- Inform http server we shall reply later end elseif response.finished or context.ignore_request then - -- A response has been sent already, or we're ignoring this request - -- (e.g. so a different instance of the module can handle it) + -- A response has been sent already, or we're ignoring this request + -- (e.g. so a different instance of the module can handle it) return; end module:log("warn", "Unable to associate request with a session (incomplete request?)"); -- cgit v1.2.3