diff options
author | onefang | 2019-12-29 17:30:06 +1000 |
---|---|---|
committer | onefang | 2019-12-29 17:30:06 +1000 |
commit | 789de5219416fda252eed78c5f3864f8fe17a86b (patch) | |
tree | 5683f87b13b1e953754a34eeeea03af77d4cd425 | |
parent | Write some options help. (diff) | |
download | apt-panopticon-789de5219416fda252eed78c5f3864f8fe17a86b.zip apt-panopticon-789de5219416fda252eed78c5f3864f8fe17a86b.tar.gz apt-panopticon-789de5219416fda252eed78c5f3864f8fe17a86b.tar.bz2 apt-panopticon-789de5219416fda252eed78c5f3864f8fe17a86b.tar.xz |
Whitespace.
-rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 16ed737..4e75f3f 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -260,6 +260,7 @@ function APT.orderedPairs(t) | |||
260 | return orderedNext, t, nil | 260 | return orderedNext, t, nil |
261 | end | 261 | end |
262 | 262 | ||
263 | |||
263 | -- Use this to dump a table to a string, with HTML. | 264 | -- Use this to dump a table to a string, with HTML. |
264 | APT.dumpTableHTML = function (table, name, space) | 265 | APT.dumpTableHTML = function (table, name, space) |
265 | if nil == space then space = '' end | 266 | if nil == space then space = '' end |
@@ -347,7 +348,6 @@ APT.allpairs = function(tbl, func) | |||
347 | end | 348 | end |
348 | end | 349 | end |
349 | 350 | ||
350 | |||
351 | APT.search = function(t, s) | 351 | APT.search = function(t, s) |
352 | for i, v in pairs(t) do | 352 | for i, v in pairs(t) do |
353 | if v == s then return true end | 353 | if v == s then return true end |