=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.343 retrieving revision 1.344 diff -u -p -r1.343 -r1.344 --- mandoc/mdoc_term.c 2017/02/06 03:44:58 1.343 +++ mandoc/mdoc_term.c 2017/02/16 03:00:23 1.344 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.343 2017/02/06 03:44:58 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.344 2017/02/16 03:00:23 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2017 Ingo Schwarze @@ -395,14 +395,6 @@ print_mdoc_node(DECL_ARGS) */ if (ENDBODY_NOT != n->end) n->body->flags |= NODE_ENDED; - - /* - * End of line terminating an implicit block - * while an explicit block is still open. - * Continue the explicit block without spacing. - */ - if (ENDBODY_NOSPACE == n->end) - p->flags |= TERMP_NOSPACE; break; }