From 794f94cb23520d169a90ca1d1f2180b1f24d7648 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Wed, 5 Aug 2020 10:49:50 +0300 Subject: [PATCH] lib/tty/tty-ncurses.c: indentation. Signed-off-by: Andrew Borodin --- lib/tty/tty-ncurses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tty/tty-ncurses.c b/lib/tty/tty-ncurses.c index 97ba9c053..03235cd5b 100644 --- a/lib/tty/tty-ncurses.c +++ b/lib/tty/tty-ncurses.c @@ -554,7 +554,7 @@ void tty_colorize_area (int y, int x, int rows, int cols, int color) { cchar_t *ctext; - wchar_t wch[10]; /* TODO not sure if the length is correct */ + wchar_t wch[10]; /* TODO not sure if the length is correct */ attr_t attrs; short color_pair;