[pango/run-attributes: 2/6] Fix misleading indentation



commit 5bd5b70b516bcc764060c6b49d856a2ac80174c3
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jul 24 15:50:04 2019 -0400

    Fix misleading indentation

 pango/pango-item.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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);
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]