=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_term.c,v retrieving revision 1.242 retrieving revision 1.243 diff -c -r1.242 -r1.243 *** src/usr.bin/mandoc/mdoc_term.c 2017/02/06 03:41:44 1.242 --- src/usr.bin/mandoc/mdoc_term.c 2017/02/16 02:59:42 1.243 *************** *** 1,4 **** ! /* $OpenBSD: mdoc_term.c,v 1.242 2017/02/06 03:41:44 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: mdoc_term.c,v 1.243 2017/02/16 02:59:42 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2017 Ingo Schwarze *************** *** 393,406 **** */ 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; } --- 393,398 ----