summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/man_term.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2019-07-01 22:43:04 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2019-07-01 22:43:04 +0000
commit6cbd41daaf3d4b4e03fd057d511bebbb7d4b93a0 (patch)
tree8b17ec66fd0717a199a3f52786429b17123af3a7 /usr.bin/mandoc/man_term.c
parent76595180d6d6d8df073732a48641de8ff668e159 (diff)
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 'usr.bin/mandoc/man_term.c')
-rw-r--r--usr.bin/mandoc/man_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man_term.c b/usr.bin/mandoc/man_term.c
index 82d88b005b4..ebd59958884 100644
--- a/usr.bin/mandoc/man_term.c
+++ b/usr.bin/mandoc/man_term.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: man_term.c,v 1.182 2019/06/27 12:19:39 schwarze Exp $ */
+/* $OpenBSD: man_term.c,v 1.183 2019/07/01 22:43:03 schwarze Exp $ */
/*
* Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2015, 2017-2019 Ingo Schwarze <schwarze@openbsd.org>
@@ -313,7 +313,7 @@ pre_alternate(DECL_ARGS)
assert(nn->type == ROFFT_TEXT);
term_word(p, nn->string);
if (nn->flags & NODE_EOS)
- p->flags |= TERMP_SENTENCE;
+ p->flags |= TERMP_SENTENCE;
if (nn->next != NULL)
p->flags |= TERMP_NOSPACE;
}