From e355c8dce0a6abc617dda8ab06f5285ea60ab63c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 1 Jul 2019 22:56:24 +0000 Subject: delete trailing whitespace and space-tab sequences; no code change; patch from Michal Nowak who found these with git pbchk in the illumos tree --- man_term.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index 6cb159e7..bb4851e9 100644 --- a/man_term.c +++ b/man_term.c @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.229 2019/06/27 12:20:18 schwarze Exp $ */ +/* $Id: man_term.c,v 1.230 2019/07/01 22:56:24 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017-2019 Ingo Schwarze @@ -315,7 +315,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; } -- cgit v1.2.3-56-ge451