summaryrefslogtreecommitdiffstats
path: root/tbl_term.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-07-01 22:56:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-07-01 22:56:24 +0000
commitd64c874c65656e8d1d7207e2fdbcbe11b6c5847d (patch)
treea3656e367f38709daea26ab701549333ddcae2cc /tbl_term.c
parent112dc1f135b5e960bba6188f8845382c5551ed8b (diff)
downloadmandoc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_term.c b/tbl_term.c
index ff482e4a..3cb12f16 100644
--- a/tbl_term.c
+++ b/tbl_term.c
@@ -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;