mirror of
https://github.com/troglobit/editline.git
synced 2025-09-20 03:48:09 +08:00
fixed indentations
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user