summaryrefslogtreecommitdiff
path: root/pango/pango-item.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-24 15:50:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-24 15:50:04 -0400
commit5bd5b70b516bcc764060c6b49d856a2ac80174c3 (patch)
tree69e46405c88a85d4bac1f51958038315cf328563 /pango/pango-item.c
parent4da3f28868dd5ea11f4cbdfa4066f65a1e74fdd4 (diff)
downloadpango-5bd5b70b516bcc764060c6b49d856a2ac80174c3.tar.gz
Fix misleading indentation
Diffstat (limited to 'pango/pango-item.c')
-rw-r--r--pango/pango-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-item.c b/pango/pango-item.c
index b43ed3a5..dae65645 100644
--- a/pango/pango-item.c
+++ b/pango/pango-item.c
@@ -208,7 +208,7 @@ pango_item_apply_attrs (PangoItem *item,
{
if (!g_slist_find_custom (attrs, l->data, compare_attr))
- attrs = g_slist_prepend (attrs, pango_attribute_copy (l->data));
+ attrs = g_slist_prepend (attrs, pango_attribute_copy (l->data));
}
g_slist_free_full (list, (GDestroyNotify)pango_attribute_destroy);
}