bencode.lua: fix formatting
This commit is contained in:
parent
a6946be947
commit
daf17a52b0
|
@ -25,7 +25,7 @@ end
|
||||||
local function one_value (c, level)
|
local function one_value (c, level)
|
||||||
local p, type = c.position, c:read (1)
|
local p, type = c.position, c:read (1)
|
||||||
if type == "e" then
|
if type == "e" then
|
||||||
c (p, c.position -1):mark ("%d: container end", level - 1)
|
c (p, c.position - 1):mark ("%d: container end", level - 1)
|
||||||
return false
|
return false
|
||||||
elseif type == "i" then
|
elseif type == "i" then
|
||||||
local n = ""
|
local n = ""
|
||||||
|
|
Loading…
Reference in New Issue