aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-02-10 08:05:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-02-10 08:05:30 +0000
commit2f05117d9472fd6926678d83a6d992924f8809ef (patch)
tree986b9653e9bb1611827f918afcfa9766ff17414d /man_html.c
parent3de89b5964cf432d6662b93d7c27429bf3c17691 (diff)
downloadmandoc-2f05117d9472fd6926678d83a6d992924f8809ef.tar.gz
mandoc-2f05117d9472fd6926678d83a6d992924f8809ef.tar.zst
mandoc-2f05117d9472fd6926678d83a6d992924f8809ef.zip
trim trailing white space, no code change;
from Svyatoslav Mishyn <juef at openmailboxd dot org>, Crux Linux
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c4
1 files changed, 2 insertions, 2 deletions
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 <kristaps@bsd.lv>
* Copyright (c) 2013, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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);