From dded011854cf721ca80587e3f7587d2af31a859d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 25 Dec 2009 15:59:54 +0100 Subject: [PATCH] Cosmetic --- pango/pango-layout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 77270c2..42de439 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -3289,8 +3289,7 @@ process_item (PangoLayout *layout, retry_break: - /* See how much of the item we can stuff in the line - */ + /* See how much of the item we can stuff in the line. */ width = 0; for (num_chars = 0; num_chars < item->num_chars; num_chars++) { -- 2.7.4