From fe9e074752da1352e970dce5afcfdc3d30bfb7e2 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Thu, 12 May 2022 17:12:31 +0200 Subject: various: remove trailing whitespace --- player/lua/stats.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/lua') diff --git a/player/lua/stats.lua b/player/lua/stats.lua index 6c2a0afa25..c9e3afc5c0 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -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) -- cgit v1.2.3