diff options
Diffstat (limited to 'mdoc_markdown.c')
-rw-r--r-- | mdoc_markdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_markdown.c b/mdoc_markdown.c index 0687eeef..c41a3d47 100644 --- a/mdoc_markdown.c +++ b/mdoc_markdown.c @@ -1290,7 +1290,7 @@ md_post_It(struct roff_node *n) while ((n = n->prev) != NULL && n->type != ROFFT_HEAD) i++; - /* + /* * If a width was specified for this column, * subtract what printed, and * add the same spacing as in mdoc_term.c. |