diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-12 13:57:18 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-12 15:32:31 -0500 |
commit | ee60c66e0c208f72c0f590f7f9351bba2cdd5a58 (patch) | |
tree | dd83695fd8c983e0e0b6a8b98c654dc7a0476a4c /pango/pango-layout.c | |
parent | 017af62e2a524fe103c08224a8669c110cdbb514 (diff) | |
download | pango-ee60c66e0c208f72c0f590f7f9351bba2cdd5a58.tar.gz |
Cosmetics
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index fad92b3b..bf096739 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -3965,7 +3965,8 @@ process_item (PangoLayout *layout, /* If there's a space at the end of the line, include that also. * The logic here should match zero_line_final_space(). * XXX Currently it doesn't quite match the logic there. We don't check - * the cluster here. But should be fine in practice. */ + * the cluster here. But should be fine in practice. + */ if (break_num_chars > 0 && break_num_chars < item->num_chars && layout->log_attrs[state->start_offset + break_num_chars - 1].is_white) { |