diff options
author | onefang | 2019-12-24 19:29:28 +1000 |
---|---|---|
committer | onefang | 2019-12-24 19:29:28 +1000 |
commit | fed579ce4053d96b22527c57b369809227d498b7 (patch) | |
tree | 21f006c2ba33ca8b7ff879298194db001b5cb1c9 | |
parent | Actually test DEBIAN packages. (diff) | |
download | apt-panopticon-fed579ce4053d96b22527c57b369809227d498b7.zip apt-panopticon-fed579ce4053d96b22527c57b369809227d498b7.tar.gz apt-panopticon-fed579ce4053d96b22527c57b369809227d498b7.tar.bz2 apt-panopticon-fed579ce4053d96b22527c57b369809227d498b7.tar.xz |
Whitespace clean up.
-rwxr-xr-x | apt-panopticon.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 694e343..cb9b665 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -344,9 +344,9 @@ checkHEAD = function (host, URL, r, retry, sanity) | |||
344 | E(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL, PU.scheme, "", host) | 344 | E(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL, PU.scheme, "", host) |
345 | end | 345 | end |
346 | else | 346 | else |
347 | if not APT.testing(PU.scheme, host) then | 347 | if not APT.testing(PU.scheme, host) then |
348 | W("Not supported, but works " .. PU.scheme .. " " .. host .. " -> " .. URL, PU.scheme, "", host) | 348 | W("Not supported, but works " .. PU.scheme .. " " .. host .. " -> " .. URL, PU.scheme, "", host) |
349 | end | 349 | end |
350 | I(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL) | 350 | I(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL) |
351 | -- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through. | 351 | -- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through. |
352 | if nil ~= location then | 352 | if nil ~= location then |