# HG changeset patch # User Kim Alvefur # Date 1511034138 -3600 # Node ID 5125e187768f482b34e748ff8834391f9b347293 # Parent bd5eb429ebab044c8cf72222184cb95c381c87a1 mod_http_muc_log: Remove this one weird whitespace diff -r bd5eb429ebab -r 5125e187768f mod_http_muc_log/mod_http_muc_log.lua --- a/mod_http_muc_log/mod_http_muc_log.lua Sat Nov 18 20:39:31 2017 +0100 +++ b/mod_http_muc_log/mod_http_muc_log.lua Sat Nov 18 20:42:18 2017 +0100 @@ -107,7 +107,7 @@ last_day = date_floor(last_day); for when = first_day, last_day, 86400 do local t = os_date("!*t", when); - dates:set(t.year, t.month, t.day, when ); + dates:set(t.year, t.month, t.day, when); end else -- Collect date the hard way