diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-06-23 11:03:50 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-06-23 11:03:50 +1000 |
| commit | 4a00a6edead9f35ebc5f538cefc35c778e2dbe49 (patch) | |
| tree | 41433eff8374605168ddb13a88de5f12f05ed613 /src/terminal_ui.cc | |
| parent | 6493ddad421bf5376165af5c0f5ab6fe31d77035 (diff) | |
Fix trailing whitespaces
Diffstat (limited to 'src/terminal_ui.cc')
| -rw-r--r-- | src/terminal_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal_ui.cc b/src/terminal_ui.cc index 52a25e26..33574e90 100644 --- a/src/terminal_ui.cc +++ b/src/terminal_ui.cc @@ -377,7 +377,7 @@ void TerminalUI::Screen::output(bool force, bool synchronized, Writer& writer) { for (int line = 0; line < (int)size.line; ++line) { - auto hash = hash_line(lines[line]); + auto hash = hash_line(lines[line]); if (hash == hashes[line]) continue; hashes[line] = hash; |
