Comment: add matching parenthesis

This commit is contained in:
Scott Kostyshak 2019-02-05 13:42:08 -05:00
parent 26c692a0c8
commit 591ee36df0

View File

@ -783,7 +783,7 @@ namespace {
/** delete num_spaces characters between from and to. Return the
* number of spaces that got physically deleted (not marked as
* deleted */
* deleted) */
int deleteSpaces(Paragraph & par, pos_type const from, pos_type to,
int num_spaces, bool const trackChanges)
{