aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite355c8dce0a6abc617dda8ab06f5285ea60ab63c (patch)
tree8da322d1e899cab8c044f34da6ceefe086b81424 /tbl_term.c
parentf59a251232e343851a0737c21d9a75ffca28adea (diff)
downloadmandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.tar.gz
mandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.tar.zst
mandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.zip
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_term.c b/tbl_term.c
index 4a4161cf..de88d61c 100644
--- a/tbl_term.c
+++ b/tbl_term.c
@@ -1,4 +1,4 @@
-/* $Id: tbl_term.c,v 1.71 2019/06/11 16:04:36 schwarze Exp $ */
+/* $Id: tbl_term.c,v 1.72 2019/07/01 22:56:24 schwarze Exp $ */
/*
* Copyright (c) 2009, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2019 Ingo Schwarze <schwarze@openbsd.org>
@@ -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;