various: remove trailing whitespace

This commit is contained in:
Guido Cella
2022-05-14 14:51:34 +00:00
committed by Dudemanguy
parent d27c85b0a1
commit fe9e074752
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ local function get_kbinfo_lines(width)
-- key/subject pre/post formatting for terminal/ass.
-- key/subject alignment uses spaces (with mono font if ass)
-- word-wrapping is disabled for ass, or cut at 79 for the terminal
local LTR = string.char(0xE2, 0x80, 0x8E) -- U+200E Left To Right mark
local LTR = string.char(0xE2, 0x80, 0x8E) -- U+200E Left To Right mark
local term = not o.use_ass
local kpre = term and "" or format("{\\q2\\fn%s}%s", o.font_mono, LTR)
local kpost = term and " " or format(" {\\fn%s}", o.font)