Skip to content

Commit

Permalink
Remove stray space.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Dec 10, 2024
1 parent 52eb269 commit bcce9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nroff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ lowdown_nroff_rndr(struct lowdown_buf *ob,
if (tmp->size && tmp->data[tmp->size - 1] != '\n' &&
!hbuf_putc(tmp, '\n'))
goto out;
rc = st->templ == NULL ? hbuf_putb(ob, tmp) :
rc = st->templ == NULL ? hbuf_putb(ob, tmp) :
lowdown_template(st->templ, tmp, ob, &metaq);
}

Expand Down

0 comments on commit bcce9fb

Please sign in to comment.