From ee60c66e0c208f72c0f590f7f9351bba2cdd5a58 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 12 Nov 2021 13:57:18 -0500 Subject: Cosmetics --- pango/pango-layout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- cgit v1.2.1