[pango/matthiasc/for-main: 2/2] Cosmetics




commit 6605d293fee5c47ea40f6a87c94d664f6bfb8887
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Oct 26 18:31:49 2021 -0400

    Cosmetics
    
    Fold markers always just use 3 {, even when nested.

 pango/shape.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/pango/shape.c b/pango/shape.c
index 30131dd5..79489105 100644
--- a/pango/shape.c
+++ b/pango/shape.c
@@ -33,7 +33,7 @@
 #include <hb-ot.h>
 
 /* {{{ Harfbuzz shaping */
-/* {{{{ Buffer handling */
+/* {{{ Buffer handling */
 
 static hb_buffer_t *cached_buffer = NULL; /* MT-safe */
 G_LOCK_DEFINE_STATIC (cached_buffer);
@@ -73,8 +73,8 @@ release_buffer (hb_buffer_t *buffer,
     hb_buffer_destroy (buffer);
 }
 
-/* }}}} */
-/* {{{{ Use PangoFont with Harfbuzz */
+/* }}} */
+/* {{{ Use PangoFont with Harfbuzz */
 
 typedef struct
 {
@@ -235,8 +235,8 @@ pango_font_get_hb_font_for_context (PangoFont           *font,
   return hb_font;
 }
 
-/* }}}} */
-/* {{{{ Utilities */
+/* }}} */
+/* {{{ Utilities */
 
 static void
 apply_extra_attributes (GSList       *attrs,
@@ -376,7 +376,7 @@ glyph_has_color (hb_font_t      *font,
   return FALSE;
 }
 
-/* }}}} */
+/* }}} */
 
 static void
 pango_hb_shape (const char          *item_text,


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