diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
commit | f05428e4cd63dde97bac14b84dd146a5c00455e3 (patch) | |
tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libmytinfo/tcapconv.c | |
parent | 6de57e42c294763c78d77b0a9a7c5a08008a378a (diff) | |
download | FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.zip FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'lib/libmytinfo/tcapconv.c')
-rw-r--r-- | lib/libmytinfo/tcapconv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmytinfo/tcapconv.c b/lib/libmytinfo/tcapconv.c index 6a28b11..3cd4d36 100644 --- a/lib/libmytinfo/tcapconv.c +++ b/lib/libmytinfo/tcapconv.c @@ -30,7 +30,7 @@ static char *C_HT = "\t"; /* * This routine fills in caps that either had defaults under termcap or - * can be manufactured from obsolete termcap capabilities. + * can be manufactured from obsolete termcap capabilities. */ void @@ -56,7 +56,7 @@ _tcapdefault() { } /* vi doesn't use "do", but it does seems to use nl (or '\n') instead */ if (NOTSET(cursor_down)) { - if (DEF(linefeed_if_not_lf)) + if (DEF(linefeed_if_not_lf)) cursor_down = _addstr(linefeed_if_not_lf); else if (linefeed_is_newline != 1) { if (new_line_delay > 0) { @@ -69,7 +69,7 @@ _tcapdefault() { set_scroll_forward_to_lf = 0; if (NOTSET(scroll_forward) && crt_without_scrolling != 1) { set_scroll_forward_to_lf = 1; - if (DEF(linefeed_if_not_lf)) + if (DEF(linefeed_if_not_lf)) scroll_forward = _addstr(linefeed_if_not_lf); else if (linefeed_is_newline != 1) { if (new_line_delay > 0) { |