summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-10-26 18:31:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-10-26 23:50:09 -0400
commit6605d293fee5c47ea40f6a87c94d664f6bfb8887 (patch)
treea09265167085d175b5ff15d537cdbd3f82de1037
parentbad3c266126980cb51afcb7b5db76fefab421ff4 (diff)
downloadpango-6605d293fee5c47ea40f6a87c94d664f6bfb8887.tar.gz
Cosmetics
Fold markers always just use 3 {, even when nested.
-rw-r--r--pango/shape.c12
1 files 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,