From 56c93483726e66812894f22f66c28d1fc5023d76 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Wed, 12 Oct 2022 23:38:43 +0000 Subject: [PATCH] Trim trailing whitespace --- src/cui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cui.cpp b/src/cui.cpp index f974efa..8ce50fd 100644 --- a/src/cui.cpp +++ b/src/cui.cpp @@ -160,8 +160,8 @@ static void mvaddstr_truncate_cmdline(int row, int col, const char *progname, if (showBasename) { if (index(progname, FILE_SEPARATOR) != NULL) { progname = rindex(progname, FILE_SEPARATOR) + 1; - } - } + } + } std::size_t proglen = strlen(progname); std::size_t max_cmdlen;