From 2f05117d9472fd6926678d83a6d992924f8809ef Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 10 Feb 2015 08:05:30 +0000 Subject: trim trailing white space, no code change; from Svyatoslav Mishyn , Crux Linux --- man_html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index a6a661fa..0e0fad9e 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.110 2015/01/30 22:04:44 schwarze Exp $ */ +/* $Id: man_html.c,v 1.111 2015/02/10 08:05:30 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015 Ingo Schwarze @@ -216,7 +216,7 @@ print_man_node(MAN_ARGS) print_paragraph(h); return; } - if (n->flags & MAN_LINE && (*n->string == ' ' || + if (n->flags & MAN_LINE && (*n->string == ' ' || (n->prev != NULL && mh->fl & MANH_LITERAL && ! (h->flags & HTML_NONEWLINE)))) print_otag(h, TAG_BR, 0, NULL); -- cgit v1.2.3