diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-07-01 22:56:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-07-01 22:56:24 +0000 |
commit | d64c874c65656e8d1d7207e2fdbcbe11b6c5847d (patch) | |
tree | a3656e367f38709daea26ab701549333ddcae2cc /tbl_term.c | |
parent | 112dc1f135b5e960bba6188f8845382c5551ed8b (diff) | |
download | mandoc-d64c874c65656e8d1d7207e2fdbcbe11b6c5847d.tar.gz |
delete trailing whitespace and space-tab sequences; no code change;
patch from Michal Nowak <mnowak at startmail dot com>
who found these with git pbchk in the illumos tree
Diffstat (limited to 'tbl_term.c')
-rw-r--r-- | tbl_term.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ term_tbl(struct termp *tp, const struct tbl_span *sp) const struct tbl_cell *cp, *cpn, *cpp, *cps; const struct tbl_dat *dp; static size_t offset; - size_t save_offset; + size_t save_offset; size_t coloff, tsz; int hspans, ic, more; int dvert, fc, horiz, lhori, rhori, uvert; |