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