From b641b607be7aaff32928ccb1fad80e6824ad8675 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 3 Jun 2023 06:09:30 +0200 Subject: [PATCH] Minor formatting. --- src/gxvalid/gxvfgen.c | 3 ++- src/truetype/ttinterp.c | 18 ++++++++++-------- src/truetype/ttobjs.c | 3 ++- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/gxvalid/gxvfgen.c b/src/gxvalid/gxvfgen.c index 115354228..cf98bb36c 100644 --- a/src/gxvalid/gxvfgen.c +++ b/src/gxvalid/gxvfgen.c @@ -97,7 +97,8 @@ #define EMPTYFEAT {0, 0, {NULL}} - static GX_Feature_RegistryRec featreg_table[] = { + static GX_Feature_RegistryRec featreg_table[] = + { { /* 0 */ "All Typographic Features", 0, diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c index 0ac0f9e12..34c3e6c92 100644 --- a/src/truetype/ttinterp.c +++ b/src/truetype/ttinterp.c @@ -3547,7 +3547,8 @@ #ifdef TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY /* arguments to opcodes are skipped by `SKIP_Code' */ - FT_Byte opcode_pattern[9][12] = { + FT_Byte opcode_pattern[9][12] = + { /* #0 inline delta function 1 */ { 0x4B, /* PPEM */ @@ -7679,13 +7680,14 @@ FT_UShort i; #ifdef TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY - FT_Byte opcode_pattern[1][2] = { - /* #8 TypeMan Talk Align */ - { - 0x06, /* SPVTL */ - 0x7D, /* RDTG */ - }, - }; + FT_Byte opcode_pattern[1][2] = + { + /* #8 TypeMan Talk Align */ + { + 0x06, /* SPVTL */ + 0x7D, /* RDTG */ + }, + }; FT_UShort opcode_patterns = 1; FT_UShort opcode_pointer[1] = { 0 }; FT_UShort opcode_size[1] = { 1 }; diff --git a/src/truetype/ttobjs.c b/src/truetype/ttobjs.c index ce956c02c..958fa54d4 100644 --- a/src/truetype/ttobjs.c +++ b/src/truetype/ttobjs.c @@ -312,7 +312,8 @@ #define TRICK_SFNT_IDS_NUM_FACES 31 static const tt_sfnt_id_rec sfnt_id[TRICK_SFNT_IDS_NUM_FACES] - [TRICK_SFNT_IDS_PER_FACE] = { + [TRICK_SFNT_IDS_PER_FACE] = + { #define TRICK_SFNT_ID_cvt 0 #define TRICK_SFNT_ID_fpgm 1