fixed indentations

This commit is contained in:
dvolynets 2019-11-20 14:46:39 +03:00
parent d3109109c4
commit 498b041a35

View File

@ -299,7 +299,8 @@ void el_print_columns(int ac, char **av)
longest = j; longest = j;
} }
colwidth = longest + 3; colwidth = longest + 3;
if (colwidth > tty_cols) colwidth = tty_cols; if (colwidth > tty_cols)
colwidth = tty_cols;
cols = tty_cols / colwidth; cols = tty_cols / colwidth;
tty_puts(NEWLINE); tty_puts(NEWLINE);