aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
authoronefang2019-12-29 17:30:06 +1000
committeronefang2019-12-29 17:30:06 +1000
commit789de5219416fda252eed78c5f3864f8fe17a86b (patch)
tree5683f87b13b1e953754a34eeeea03af77d4cd425 /apt-panopticommon.lua
parentWrite some options help. (diff)
downloadapt-panopticon-789de5219416fda252eed78c5f3864f8fe17a86b.zip
apt-panopticon-789de5219416fda252eed78c5f3864f8fe17a86b.tar.gz
apt-panopticon-789de5219416fda252eed78c5f3864f8fe17a86b.tar.bz2
apt-panopticon-789de5219416fda252eed78c5f3864f8fe17a86b.tar.xz
Whitespace.
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua2
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
261end 261end
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.
264APT.dumpTableHTML = function (table, name, space) 265APT.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
348end 349end
349 350
350
351APT.search = function(t, s) 351APT.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