mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
fixed indentations
This commit is contained in:
parent
d3109109c4
commit
498b041a35
@ -299,7 +299,8 @@ void el_print_columns(int ac, char **av)
|
||||
longest = j;
|
||||
}
|
||||
colwidth = longest + 3;
|
||||
if (colwidth > tty_cols) colwidth = tty_cols;
|
||||
if (colwidth > tty_cols)
|
||||
colwidth = tty_cols;
|
||||
cols = tty_cols / colwidth;
|
||||
|
||||
tty_puts(NEWLINE);
|
||||
|
Loading…
Reference in New Issue
Block a user