From 2f1563ffbf59a48b0ad56731e5dd18376d1b6fef Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 29 Dec 2019 10:14:14 +1000 Subject: Whitespace++ --- apt-panopticon-report-email-web.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon-report-email-web.lua') diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 3304fb2..f69ffcd 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua @@ -438,7 +438,7 @@ if nil == web then C("opening mirrors file - " .. e) else if APT.checkFile('rrd/' .. k .. '/Speed/Speed.rrd') then local start, step, names, data = APT.rrd.fetch('rrd/' .. k .. '/Speed/Speed.rrd', 'LAST', '-a', '-r', '10m', '-s', '-1w') local count, up, down, unknown = 0, 0, 0, 0 - for i,dp in ipairs(data) do + for i, dp in ipairs(data) do for j,v in ipairs(dp) do if 'max' == names[j] then if 'nan' == tostring(v) then -- cgit v1.1