From daf17a52b022fef80dd536a4e092ada93131d890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 26 Jan 2017 22:17:38 +0100 Subject: bencode.lua: fix formatting --- plugins/bencode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bencode.lua b/plugins/bencode.lua index 8a704fd..7d2f66e 100644 --- a/plugins/bencode.lua +++ b/plugins/bencode.lua @@ -25,7 +25,7 @@ end local function one_value (c, level) local p, type = c.position, c:read (1) 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 elseif type == "i" then local n = "" -- cgit v1.2.3