mod_bosh: Fix inconsistent whitespace [luacheck]
authorKim Alvefur <zash@zash.se>
Tue, 01 May 2018 18:21:57 +0200
changeset 8770 7738838a013d
parent 8769 01264bc60c2b
child 8771 bd88ca43d77a
mod_bosh: Fix inconsistent whitespace [luacheck]
plugins/mod_bosh.lua
--- a/plugins/mod_bosh.lua	Mon Apr 30 12:53:53 2018 +0100
+++ b/plugins/mod_bosh.lua	Tue May 01 18:21:57 2018 +0200
@@ -192,8 +192,8 @@
 			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?)");