# HG changeset patch # User Kim Alvefur # Date 1387065108 -3600 # Node ID 280adf09ae123b9e38adf9c8a8d786a2ddbb1cde # Parent d7bbacdabb8fe8c5344a62217e53db9e201509f1 mod_muc_log_http: Fix indentation diff -r d7bbacdabb8f -r 280adf09ae12 mod_muc_log_http/muc_log_http/mod_muc_log_http.lua --- a/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sun Dec 15 00:50:46 2013 +0100 +++ b/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sun Dec 15 00:51:48 2013 +0100 @@ -709,8 +709,8 @@ module:provides("http", { default_path = url_base, - route = { - ["GET /*"] = handle_request; - } + route = { + ["GET /*"] = handle_request; + } }); end