From: daurnimator Date: Sat, 23 Nov 2013 13:37:34 +0000 (-0500) Subject: parse: whitespace X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/985622a862808c39f5eb8146020b23f992ba8284 parse: whitespace --- diff --git a/luatz/parse.lua b/luatz/parse.lua index 2c5f8d3..a1a0431 100644 --- a/luatz/parse.lua +++ b/luatz/parse.lua @@ -17,7 +17,7 @@ local function rfc_3339 ( str , init ) min = tonumber ( min ) sec = tonumber ( sec ) - local tt = new_timetable ( year , month , day , hour , min , sec ) + local tt = new_timetable ( year , month , day , hour , min , sec ) local tz_offset if str:match ("^[Zz]" , patt_end ) then