diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-08 22:52:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-08 22:53:12 -0400 |
commit | e834a7ab3dc721fe30f2b0025df7236efe175328 (patch) | |
tree | a6511447ffc3291471dfcf17070602abe3fd59ae /pango | |
parent | b3ebe097a3042737165ba497dc5b08f235df8167 (diff) | |
download | pango-e834a7ab3dc721fe30f2b0025df7236efe175328.tar.gz |
Cosmetics
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-context.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 90952add..d1e447f7 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -1413,10 +1413,10 @@ itemize_state_update_for_new_run (ItemizeState *state) { gboolean is_emoji = state->emoji_iter.is_emoji; if (is_emoji && !state->emoji_font_desc) - { - state->emoji_font_desc = pango_font_description_copy_static (state->font_desc); - pango_font_description_set_family_static (state->emoji_font_desc, "emoji"); - } + { + state->emoji_font_desc = pango_font_description_copy_static (state->font_desc); + pango_font_description_set_family_static (state->emoji_font_desc, "emoji"); + } state->current_fonts = pango_font_map_load_fontset (state->context->font_map, state->context, is_emoji ? state->emoji_font_desc : state->font_desc, |