summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-12-25 15:59:54 +0100
committerBehdad Esfahbod <behdad@behdad.org>2009-12-25 19:22:18 +0100
commitdded011854cf721ca80587e3f7587d2af31a859d (patch)
tree5f51465eb1b14b6546d0b46de1be1bede115a112
parent0dbcc691b8e14879a72d275d188848064d8c7e40 (diff)
downloadpango-dded011854cf721ca80587e3f7587d2af31a859d.tar.gz
Cosmetic
-rw-r--r--pango/pango-layout.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 77270c23..42de439b 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++)
{